#6043E8

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

Shades of Neon Blue #6043E8

Tints of Neon Blue #6043E8

Color information

#6043E8 (or 0x6043E8) is unknown color: approx Neon Blue. HEX triplet: 60, 43 and E8. RGB value is (96,67,232). Sum of RGB (Red+Green+Blue) = 96+67+232=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #6043E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6043E8 is #9FBC17. Grayscale: #5D5D5D. Windows color (decimal): -10468376 or 15221600. OLE color: 15221600.

HSL color Cylindrical-coordinate representation of color #6043E8: hue angle of 250.55º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6043E8 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9667232-
CMYK0.590.7100.09
HSL250.55º78.2%58.63%-
HSV(B)250.55º71.12%90.98%-
XYZ21.412.3377.6-
YUV94.48205.61129.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 232 (91.02% from 255) = 58.73%
R=24.30%
G=16.96%
B=58.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal96672320.590.7100.09250.5578.258.63
Hex6043E83B4709fb4e3b
Octal1401033507310701137311673
Binary1100000100001111101000111011100011101001111110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6043E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6043E8; }

 p { color: rgb(96,67,232); }

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

<style>
 a { background-color: #6043E8; }

 a { background-color: rgb(96,67,232); }

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

<style>
 span { border-color: #6043E8; }

 span { border-color: rgb(96,67,232); }

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