Html Css Color HEX #603CFC Neon Blue

📋 copy color: '#603CFC'

red 96 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #603CFC

Tints of Neon Blue #603CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.76%

R = 23.53%
G = 14.71%
B = 61.76%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#603CFC (or 0x603CFC) is known color: Neon Blue. HEX triplet: 60, 3C and FC. RGB value is (96,60,252). Sum of RGB (Red+Green+Blue) = 96+60+252=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #603CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CFC is #9FC303. Grayscale: #5B5B5B. Windows color (decimal): -10470148 or 16530528. OLE color: 16530528.

HSL color Cylindrical-coordinate representation of color #603CFC: hue angle of 251.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #603CFC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 60 252 -
CMYK 0.62 0.76 0 0.01
HSL 251.25º 0.97% 0.61% -
HSV(B) 251.25º 0.76% 0.99% -
XYZ 24.01 12.75 93.29 -
YUV 92.65 217.93 130.39 -
System Red Green Blue C M Y K H S L
Decimal 96 60 252 0.62 0.76 0 0.01 251.25 0.97 0.61
Hex 60 3C FC 3E 4C 0 1 FB 61 3D
Octal 140 74 374 76 114 0 1 373 141 75
Binary 1100000 111100 11111100 111110 1001100 0 1 11111011 1100001 111101

Color Harmonies of #603CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CFC

Black with #603CFC

Text Example


Text Example

White with #603CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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