#4B5CF6

Color #4B5CF6 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4B5CF6

Tints of Neon Blue #4B5CF6

Color information

#4B5CF6 (or 0x4B5CF6) is unknown color: approx Neon Blue. HEX triplet: 4B, 5C and F6. RGB value is (75,92,246). Sum of RGB (Red+Green+Blue) = 75+92+246=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #4B5CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5CF6 is #B4A309. Grayscale: #676767. Windows color (decimal): -11838218 or 16145483. OLE color: 16145483.

HSL color Cylindrical-coordinate representation of color #4B5CF6: hue angle of 234.04º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B5CF6 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7592246-
CMYK0.700.6300.04
HSL234.04º90.48%62.94%-
HSV(B)234.04º69.51%96.47%-
XYZ23.3615.889.01-
YUV104.47207.87106.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 18.16%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 246 (96.48% from 255) = 59.56%
R=18.16%
G=22.28%
B=59.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal75922460.700.6300.04234.0490.4862.94
Hex4B5CF6463F04ea5a3f
Octal113134366106770435213277
Binary100101110111001111011010001101111110100111010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B5CF6; }

 p { color: rgb(75,92,246); }

 H1.HeaderClassName
 {
   color: #4B5CF6;
 }
 .AnyTagClassName
 {
   color: #4B5CF6;
 }
</style>
background-color css

<style>
 a { background-color: #4B5CF6; }

 a { background-color: rgb(75,92,246); }

 div.DivClassName
 {
   background-color: #4B5CF6;
 }
 .BgClassName
 {
   background-color: #4B5CF6;
 }
</style>
border-color css

<style>
 span { border-color: #4B5CF6; }

 span { border-color: rgb(75,92,246); }

 td.TdClassName
 {
   border-color: #4B5CF6;
 }
 .TagClassName
 {
   border-color: #4B5CF6;
 }
</style>