#5442F2

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

Shades of Neon Blue #5442F2

Tints of Neon Blue #5442F2

Color information

#5442F2 (or 0x5442F2) is unknown color: approx Neon Blue. HEX triplet: 54, 42 and F2. RGB value is (84,66,242). Sum of RGB (Red+Green+Blue) = 84+66+242=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #5442F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5442F2 is #ABBD0D. Grayscale: #5A5A5A. Windows color (decimal): -11255054 or 15876692. OLE color: 15876692.

HSL color Cylindrical-coordinate representation of color #5442F2: hue angle of 246.14º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5442F2 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8466242-
CMYK0.650.7300.05
HSL246.14º87.13%60.39%-
HSV(B)246.14º72.73%94.9%-
XYZ21.6312.1985.22-
YUV91.45212.96122.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 242 (94.92% from 255) = 61.73%
R=21.43%
G=16.84%
B=61.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84662420.650.7300.05246.1487.1360.39
Hex5442F2414905f6573c
Octal1241023621011110536612774
Binary1010100100001011110010100000110010010101111101101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5442F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5442F2; }

 p { color: rgb(84,66,242); }

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

<style>
 a { background-color: #5442F2; }

 a { background-color: rgb(84,66,242); }

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

<style>
 span { border-color: #5442F2; }

 span { border-color: rgb(84,66,242); }

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