Html Css Color HEX #6049E8 Neon Blue

📋 copy color: '#6049E8'

red 96 ◦ green 73 ◦ blue 232

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

Shades of Neon Blue #6049E8

Tints of Neon Blue #6049E8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 23.94%
G = 18.2%
B = 57.86%

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

#6049E8 (or 0x6049E8) is known color: Neon Blue. HEX triplet: 60, 49 and E8. RGB value is (96,73,232). Sum of RGB (Red+Green+Blue) = 96+73+232=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #6049E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6049E8 is #9FB617. Grayscale: #616161. Windows color (decimal): -10466840 or 15223136. OLE color: 15223136.

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

Color convert

RGB 96 73 232 -
CMYK 0.59 0.69 0 0.09
HSL 248.68º 0.78% 0.6% -
HSV(B) 248.68º 0.69% 0.91% -
XYZ 21.77 13.08 77.72 -
YUV 98 203.62 126.57 -
System Red Green Blue C M Y K H S L
Decimal 96 73 232 0.59 0.69 0 0.09 248.68 0.78 0.6
Hex 60 49 E8 3B 45 0 9 F9 4E 3C
Octal 140 111 350 73 105 0 11 371 116 74
Binary 1100000 1001001 11101000 111011 1000101 0 1001 11111001 1001110 111100

Color Harmonies of #6049E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049E8

Black with #6049E8

Text Example


Text Example

White with #6049E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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