Html Css Color HEX #603FEC Neon Blue

📋 copy color: '#603FEC'

red 96 ◦ green 63 ◦ blue 236

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

Shades of Neon Blue #603FEC

Tints of Neon Blue #603FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

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

R = 24.3%
G = 15.95%
B = 59.75%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#603FEC (or 0x603FEC) is known color: Neon Blue. HEX triplet: 60, 3F and EC. RGB value is (96,63,236). Sum of RGB (Red+Green+Blue) = 96+63+236=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #603FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FEC is #9FC013. Grayscale: #5B5B5B. Windows color (decimal): -10469396 or 15482720. OLE color: 15482720.

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

Color convert

RGB 96 63 236 -
CMYK 0.59 0.73 0 0.07
HSL 251.45º 0.82% 0.59% -
HSV(B) 251.45º 0.73% 0.93% -
XYZ 21.74 12.1 80.55 -
YUV 92.59 208.93 130.43 -
System Red Green Blue C M Y K H S L
Decimal 96 63 236 0.59 0.73 0 0.07 251.45 0.82 0.59
Hex 60 3F EC 3B 49 0 7 FB 52 3B
Octal 140 77 354 73 111 0 7 373 122 73
Binary 1100000 111111 11101100 111011 1001001 0 111 11111011 1010010 111011

Color Harmonies of #603FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FEC

Black with #603FEC

Text Example


Text Example

White with #603FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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