Html Css Color HEX #6040EE Neon Blue

📋 copy color: '#6040EE'

red 96 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #6040EE

Tints of Neon Blue #6040EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

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

R = 24.12%
G = 16.08%
B = 59.8%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6040EE (or 0x6040EE) is known color: Neon Blue. HEX triplet: 60, 40 and EE. RGB value is (96,64,238). Sum of RGB (Red+Green+Blue) = 96+64+238=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #6040EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040EE is #9FBF11. Grayscale: #5C5C5C. Windows color (decimal): -10469138 or 15614048. OLE color: 15614048.

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

Color convert

RGB 96 64 238 -
CMYK 0.60 0.73 0 0.07
HSL 251.03º 0.84% 0.59% -
HSV(B) 251.03º 0.73% 0.93% -
XYZ 22.09 12.33 82.1 -
YUV 93.4 209.6 129.85 -
System Red Green Blue C M Y K H S L
Decimal 96 64 238 0.60 0.73 0 0.07 251.03 0.84 0.59
Hex 60 40 EE 3C 49 0 7 FB 54 3B
Octal 140 100 356 74 111 0 7 373 124 73
Binary 1100000 1000000 11101110 111100 1001001 0 111 11111011 1010100 111011

Color Harmonies of #6040EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040EE

Black with #6040EE

Text Example


Text Example

White with #6040EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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