Html Css Color HEX #603DFB Neon Blue

📋 copy color: '#603DFB'

red 96 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #603DFB

Tints of Neon Blue #603DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.95%

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

R = 23.53%
G = 14.95%
B = 61.52%

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

#603DFB (or 0x603DFB) is known color: Neon Blue. HEX triplet: 60, 3D and FB. RGB value is (96,61,251). Sum of RGB (Red+Green+Blue) = 96+61+251=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #603DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603DFB is #9FC204. Grayscale: #5C5C5C. Windows color (decimal): -10469893 or 16465248. OLE color: 16465248.

HSL color Cylindrical-coordinate representation of color #603DFB: hue angle of 251.05º 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 #603DFB is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 61 251 -
CMYK 0.62 0.76 0 0.02
HSL 251.05º 0.96% 0.61% -
HSV(B) 251.05º 0.76% 0.98% -
XYZ 23.91 12.79 92.48 -
YUV 93.13 217.1 130.05 -
System Red Green Blue C M Y K H S L
Decimal 96 61 251 0.62 0.76 0 0.02 251.05 0.96 0.61
Hex 60 3D FB 3E 4C 0 2 FB 60 3D
Octal 140 75 373 76 114 0 2 373 140 75
Binary 1100000 111101 11111011 111110 1001100 0 10 11111011 1100000 111101

Color Harmonies of #603DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DFB

Black with #603DFB

Text Example


Text Example

White with #603DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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