Html Css Color HEX #603CEC Neon Blue

📋 copy color: '#603CEC'

red 96 ◦ green 60 ◦ blue 236

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

Shades of Neon Blue #603CEC

Tints of Neon Blue #603CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.2%

R = 24.49%
G = 15.31%
B = 60.2%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#603CEC (or 0x603CEC) is known color: Neon Blue. HEX triplet: 60, 3C and EC. RGB value is (96,60,236). Sum of RGB (Red+Green+Blue) = 96+60+236=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #603CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CEC is #9FC313. Grayscale: #5A5A5A. Windows color (decimal): -10470164 or 15481952. OLE color: 15481952.

HSL color Cylindrical-coordinate representation of color #603CEC: hue angle of 252.27º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603CEC is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 60 236 -
CMYK 0.59 0.75 0 0.07
HSL 252.27º 0.82% 0.58% -
HSV(B) 252.27º 0.75% 0.93% -
XYZ 21.58 11.77 80.49 -
YUV 90.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 96 60 236 0.59 0.75 0 0.07 252.27 0.82 0.58
Hex 60 3C EC 3B 4B 0 7 FC 52 3A
Octal 140 74 354 73 113 0 7 374 122 72
Binary 1100000 111100 11101100 111011 1001011 0 111 11111100 1010010 111010

Color Harmonies of #603CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CEC

Black with #603CEC

Text Example


Text Example

White with #603CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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