Html Css Color HEX #603EEF Neon Blue

📋 copy color: '#603EEF'

red 96 ◦ green 62 ◦ blue 239

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

Shades of Neon Blue #603EEF

Tints of Neon Blue #603EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.62%

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

R = 24.18%
G = 15.62%
B = 60.2%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#603EEF (or 0x603EEF) is known color: Neon Blue. HEX triplet: 60, 3E and EF. RGB value is (96,62,239). Sum of RGB (Red+Green+Blue) = 96+62+239=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #603EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EEF is #9FC110. Grayscale: #5B5B5B. Windows color (decimal): -10469649 or 15679072. OLE color: 15679072.

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

Color convert

RGB 96 62 239 -
CMYK 0.60 0.74 0 0.06
HSL 251.53º 0.85% 0.59% -
HSV(B) 251.53º 0.74% 0.94% -
XYZ 22.13 12.16 82.84 -
YUV 92.34 210.76 130.61 -
System Red Green Blue C M Y K H S L
Decimal 96 62 239 0.60 0.74 0 0.06 251.53 0.85 0.59
Hex 60 3E EF 3C 4A 0 6 FC 55 3B
Octal 140 76 357 74 112 0 6 374 125 73
Binary 1100000 111110 11101111 111100 1001010 0 110 11111100 1010101 111011

Color Harmonies of #603EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EEF

Black with #603EEF

Text Example


Text Example

White with #603EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603EEF; }

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

 H1.HeaderClassName
 {
   color: #603EEF;
 }
 .AnyTagClassName
 {
   color: #603EEF;
 }
</style>

background-color css

<style>
 a { background-color: #603EEF; }

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

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

border-color css

<style>
 span { border-color: #603EEF; }

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

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