Html Css Color HEX #6042EE Neon Blue

📋 copy color: '#6042EE'

red 96 ◦ green 66 ◦ blue 238

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

Shades of Neon Blue #6042EE

Tints of Neon Blue #6042EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.5%

R = 24%
G = 16.5%
B = 59.5%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6042EE (or 0x6042EE) is known color: Neon Blue. HEX triplet: 60, 42 and EE. RGB value is (96,66,238). Sum of RGB (Red+Green+Blue) = 96+66+238=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #6042EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6042EE is #9FBD11. Grayscale: #5D5D5D. Windows color (decimal): -10468626 or 15614560. OLE color: 15614560.

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

Color convert

RGB 96 66 238 -
CMYK 0.60 0.72 0 0.07
HSL 250.47º 0.83% 0.6% -
HSV(B) 250.47º 0.72% 0.93% -
XYZ 22.2 12.56 82.14 -
YUV 94.58 208.94 129.01 -
System Red Green Blue C M Y K H S L
Decimal 96 66 238 0.60 0.72 0 0.07 250.47 0.83 0.6
Hex 60 42 EE 3C 48 0 7 FA 53 3C
Octal 140 102 356 74 110 0 7 372 123 74
Binary 1100000 1000010 11101110 111100 1001000 0 111 11111010 1010011 111100

Color Harmonies of #6042EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6042EE

Black with #6042EE

Text Example


Text Example

White with #6042EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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