Html Css Color HEX #6040EA Neon Blue

📋 copy color: '#6040EA'

red 96 ◦ green 64 ◦ blue 234

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

Shades of Neon Blue #6040EA

Tints of Neon Blue #6040EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 24.37%
G = 16.24%
B = 59.39%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6040EA (or 0x6040EA) is known color: Neon Blue. HEX triplet: 60, 40 and EA. RGB value is (96,64,234). Sum of RGB (Red+Green+Blue) = 96+64+234=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #6040EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040EA is #9FBF15. Grayscale: #5C5C5C. Windows color (decimal): -10469142 or 15351904. OLE color: 15351904.

HSL color Cylindrical-coordinate representation of color #6040EA: hue angle of 251.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6040EA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 64 234 -
CMYK 0.59 0.73 0 0.08
HSL 251.29º 0.8% 0.58% -
HSV(B) 251.29º 0.73% 0.92% -
XYZ 21.51 12.09 79.04 -
YUV 92.95 207.6 130.18 -
System Red Green Blue C M Y K H S L
Decimal 96 64 234 0.59 0.73 0 0.08 251.29 0.8 0.58
Hex 60 40 EA 3B 49 0 8 FB 50 3A
Octal 140 100 352 73 111 0 10 373 120 72
Binary 1100000 1000000 11101010 111011 1001001 0 1000 11111011 1010000 111010

Color Harmonies of #6040EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040EA

Black with #6040EA

Text Example


Text Example

White with #6040EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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