Html Css Color HEX #6040EF Neon Blue

📋 copy color: '#6040EF'

red 96 ◦ green 64 ◦ blue 239

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

Shades of Neon Blue #6040EF

Tints of Neon Blue #6040EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 24.06%
G = 16.04%
B = 59.9%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6040EF (or 0x6040EF) is known color: Neon Blue. HEX triplet: 60, 40 and EF. RGB value is (96,64,239). Sum of RGB (Red+Green+Blue) = 96+64+239=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #6040EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040EF is #9FBF10. Grayscale: #5C5C5C. Windows color (decimal): -10469137 or 15679584. OLE color: 15679584.

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

Color convert

RGB 96 64 239 -
CMYK 0.60 0.73 0 0.06
HSL 250.97º 0.85% 0.59% -
HSV(B) 250.97º 0.73% 0.94% -
XYZ 22.24 12.39 82.88 -
YUV 93.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 96 64 239 0.60 0.73 0 0.06 250.97 0.85 0.59
Hex 60 40 EF 3C 49 0 6 FB 55 3B
Octal 140 100 357 74 111 0 6 373 125 73
Binary 1100000 1000000 11101111 111100 1001001 0 110 11111011 1010101 111011

Color Harmonies of #6040EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040EF

Black with #6040EF

Text Example


Text Example

White with #6040EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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