Html Css Color HEX #603CFB Neon Blue

📋 copy color: '#603CFB'

red 96 ◦ green 60 ◦ blue 251

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

Shades of Neon Blue #603CFB

Tints of Neon Blue #603CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.67%

R = 23.59%
G = 14.74%
B = 61.67%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#603CFB (or 0x603CFB) is known color: Neon Blue. HEX triplet: 60, 3C and FB. RGB value is (96,60,251). Sum of RGB (Red+Green+Blue) = 96+60+251=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #603CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CFB is #9FC304. Grayscale: #5B5B5B. Windows color (decimal): -10470149 or 16464992. OLE color: 16464992.

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

Color convert

RGB 96 60 251 -
CMYK 0.62 0.76 0 0.02
HSL 251.31º 0.96% 0.61% -
HSV(B) 251.31º 0.76% 0.98% -
XYZ 23.85 12.68 92.46 -
YUV 92.54 217.43 130.47 -
System Red Green Blue C M Y K H S L
Decimal 96 60 251 0.62 0.76 0 0.02 251.31 0.96 0.61
Hex 60 3C FB 3E 4C 0 2 FB 60 3D
Octal 140 74 373 76 114 0 2 373 140 75
Binary 1100000 111100 11111011 111110 1001100 0 10 11111011 1100000 111101

Color Harmonies of #603CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CFB

Black with #603CFB

Text Example


Text Example

White with #603CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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