Html Css Color HEX #603FFB Neon Blue

📋 copy color: '#603FFB'

red 96 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #603FFB

Tints of Neon Blue #603FFB

RGB

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

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

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

R = 23.41%
G = 15.37%
B = 61.22%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#603FFB (or 0x603FFB) is known color: Neon Blue. HEX triplet: 60, 3F and FB. RGB value is (96,63,251). Sum of RGB (Red+Green+Blue) = 96+63+251=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #603FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FFB is #9FC004. Grayscale: #5D5D5D. Windows color (decimal): -10469381 or 16465760. OLE color: 16465760.

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

Color convert

RGB 96 63 251 -
CMYK 0.62 0.75 0 0.02
HSL 250.53º 0.96% 0.62% -
HSV(B) 250.53º 0.75% 0.98% -
XYZ 24.01 13.01 92.51 -
YUV 94.3 216.43 129.21 -
System Red Green Blue C M Y K H S L
Decimal 96 63 251 0.62 0.75 0 0.02 250.53 0.96 0.62
Hex 60 3F FB 3E 4B 0 2 FB 60 3E
Octal 140 77 373 76 113 0 2 373 140 76
Binary 1100000 111111 11111011 111110 1001011 0 10 11111011 1100000 111110

Color Harmonies of #603FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FFB

Black with #603FFB

Text Example


Text Example

White with #603FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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