Html Css Color HEX #6042ED Neon Blue

📋 copy color: '#6042ED'

red 96 ◦ green 66 ◦ blue 237

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

Shades of Neon Blue #6042ED

Tints of Neon Blue #6042ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.54%

 BLUE value IS 237 (92.97% from 255) = 59.4%

R = 24.06%
G = 16.54%
B = 59.4%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6042ED (or 0x6042ED) is known color: Neon Blue. HEX triplet: 60, 42 and ED. RGB value is (96,66,237). Sum of RGB (Red+Green+Blue) = 96+66+237=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #6042ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6042ED is #9FBD12. Grayscale: #5D5D5D. Windows color (decimal): -10468627 or 15549024. OLE color: 15549024.

HSL color Cylindrical-coordinate representation of color #6042ED: hue angle of 250.53º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6042ED is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 66 237 -
CMYK 0.59 0.72 0 0.07
HSL 250.53º 0.83% 0.59% -
HSV(B) 250.53º 0.72% 0.93% -
XYZ 22.06 12.5 81.37 -
YUV 94.46 208.44 129.1 -
System Red Green Blue C M Y K H S L
Decimal 96 66 237 0.59 0.72 0 0.07 250.53 0.83 0.59
Hex 60 42 ED 3B 48 0 7 FB 53 3B
Octal 140 102 355 73 110 0 7 373 123 73
Binary 1100000 1000010 11101101 111011 1001000 0 111 11111011 1010011 111011

Color Harmonies of #6042ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042ED

Black with #6042ED

Text Example


Text Example

White with #6042ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6042ED; }

 p { color: rgb(96,66,237); }

 H1.HeaderClassName
 {
   color: #6042ED;
 }
 .AnyTagClassName
 {
   color: #6042ED;
 }
</style>

background-color css

<style>
 a { background-color: #6042ED; }

 a { background-color: rgb(96,66,237); }

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

border-color css

<style>
 span { border-color: #6042ED; }

 span { border-color: rgb(96,66,237); }

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