Html Css Color HEX #603BFE Neon Blue

📋 copy color: '#603BFE'

red 96 ◦ green 59 ◦ blue 254

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

Shades of Neon Blue #603BFE

Tints of Neon Blue #603BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.43%

 BLUE value IS 254 (99.61% from 255) = 62.1%

R = 23.47%
G = 14.43%
B = 62.1%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#603BFE (or 0x603BFE) is known color: Neon Blue. HEX triplet: 60, 3B and FE. RGB value is (96,59,254). Sum of RGB (Red+Green+Blue) = 96+59+254=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #603BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603BFE is #9FC401. Grayscale: #5B5B5B. Windows color (decimal): -10470402 or 16661344. OLE color: 16661344.

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

Color convert

RGB 96 59 254 -
CMYK 0.62 0.77 0 0.00
HSL 251.38º 0.99% 0.61% -
HSV(B) 251.38º 0.77% 1% -
XYZ 24.28 12.77 94.95 -
YUV 92.29 219.26 130.64 -
System Red Green Blue C M Y K H S L
Decimal 96 59 254 0.62 0.77 0 0.00 251.38 0.99 0.61
Hex 60 3B FE 3E 4D 0 0 FB 63 3D
Octal 140 73 376 76 115 0 0 373 143 75
Binary 1100000 111011 11111110 111110 1001101 0 0 11111011 1100011 111101

Color Harmonies of #603BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BFE

Black with #603BFE

Text Example


Text Example

White with #603BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,254); }

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

background-color css

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

 a { background-color: rgb(96,59,254); }

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

border-color css

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

 span { border-color: rgb(96,59,254); }

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