Html Css Color HEX #603CEF Neon Blue

📋 copy color: '#603CEF'

red 96 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #603CEF

Tints of Neon Blue #603CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.19%

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

R = 24.3%
G = 15.19%
B = 60.51%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#603CEF (or 0x603CEF) is known color: Neon Blue. HEX triplet: 60, 3C and EF. RGB value is (96,60,239). Sum of RGB (Red+Green+Blue) = 96+60+239=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #603CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CEF is #9FC310. Grayscale: #5A5A5A. Windows color (decimal): -10470161 or 15678560. OLE color: 15678560.

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

Color convert

RGB 96 60 239 -
CMYK 0.60 0.75 0 0.06
HSL 252.07º 0.85% 0.59% -
HSV(B) 252.07º 0.75% 0.94% -
XYZ 22.02 11.95 82.81 -
YUV 91.17 211.43 131.45 -
System Red Green Blue C M Y K H S L
Decimal 96 60 239 0.60 0.75 0 0.06 252.07 0.85 0.59
Hex 60 3C EF 3C 4B 0 6 FC 55 3B
Octal 140 74 357 74 113 0 6 374 125 73
Binary 1100000 111100 11101111 111100 1001011 0 110 11111100 1010101 111011

Color Harmonies of #603CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CEF

Black with #603CEF

Text Example


Text Example

White with #603CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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