Html Css Color HEX #6046EC Neon Blue

📋 copy color: '#6046EC'

red 96 ◦ green 70 ◦ blue 236

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

Shades of Neon Blue #6046EC

Tints of Neon Blue #6046EC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 23.88%
G = 17.41%
B = 58.71%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6046EC (or 0x6046EC) is known color: Neon Blue. HEX triplet: 60, 46 and EC. RGB value is (96,70,236). Sum of RGB (Red+Green+Blue) = 96+70+236=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #6046EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6046EC is #9FB913. Grayscale: #606060. Windows color (decimal): -10467604 or 15484512. OLE color: 15484512.

HSL color Cylindrical-coordinate representation of color #6046EC: hue angle of 249.4º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6046EC is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 70 236 -
CMYK 0.59 0.70 0 0.07
HSL 249.4º 0.81% 0.6% -
HSV(B) 249.4º 0.7% 0.93% -
XYZ 22.15 12.92 80.68 -
YUV 96.7 206.61 127.5 -
System Red Green Blue C M Y K H S L
Decimal 96 70 236 0.59 0.70 0 0.07 249.4 0.81 0.6
Hex 60 46 EC 3B 46 0 7 F9 51 3C
Octal 140 106 354 73 106 0 7 371 121 74
Binary 1100000 1000110 11101100 111011 1000110 0 111 11111001 1010001 111100

Color Harmonies of #6046EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6046EC

Black with #6046EC

Text Example


Text Example

White with #6046EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6046EC; }

 p { color: rgb(96,70,236); }

 H1.HeaderClassName
 {
   color: #6046EC;
 }
 .AnyTagClassName
 {
   color: #6046EC;
 }
</style>

background-color css

<style>
 a { background-color: #6046EC; }

 a { background-color: rgb(96,70,236); }

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

border-color css

<style>
 span { border-color: #6046EC; }

 span { border-color: rgb(96,70,236); }

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