Html Css Color HEX #6047E8 Neon Blue

📋 copy color: '#6047E8'

red 96 ◦ green 71 ◦ blue 232

#6047E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6047E8

Tints of Neon Blue #6047E8

RGB

 RED value IS 96 (37.89% from 255) = 24.06%

 GREEN value IS 71 (28.13% from 255) = 17.79%

 BLUE value IS 232 (91.02% from 255) = 58.15%

R = 24.06%
G = 17.79%
B = 58.15%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6047E8 (or 0x6047E8) is known color: Neon Blue. HEX triplet: 60, 47 and E8. RGB value is (96,71,232). Sum of RGB (Red+Green+Blue) = 96+71+232=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #6047E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6047E8 is #9FB817. Grayscale: #606060. Windows color (decimal): -10467352 or 15222624. OLE color: 15222624.

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

Color convert

RGB 96 71 232 -
CMYK 0.59 0.69 0 0.09
HSL 249.32º 0.78% 0.59% -
HSV(B) 249.32º 0.69% 0.91% -
XYZ 21.64 12.82 77.68 -
YUV 96.83 204.28 127.41 -
System Red Green Blue C M Y K H S L
Decimal 96 71 232 0.59 0.69 0 0.09 249.32 0.78 0.59
Hex 60 47 E8 3B 45 0 9 F9 4E 3B
Octal 140 107 350 73 105 0 11 371 116 73
Binary 1100000 1000111 11101000 111011 1000101 0 1001 11111001 1001110 111011

Color Harmonies of #6047E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6047E8

Black with #6047E8

Text Example


Text Example

White with #6047E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6047E8;
 }
 .AnyTagClassName
 {
   color: #6047E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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