#603BFF

Color #603BFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #603BFF

Tints of Neon Blue #603BFF

Color information

#603BFF (or 0x603BFF) is unknown color: approx Neon Blue. HEX triplet: 60, 3B and FF. RGB value is (96,59,255). Sum of RGB (Red+Green+Blue) = 96+59+255=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #603BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603BFF is #9FC400. Grayscale: #5B5B5B. Windows color (decimal): -10470401 or 16726880. OLE color: 16726880.

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

Color convert

RGB9659255-
CMYK0.620.7700
HSL251.33º100%61.57%-
HSV(B)251.33º76.86%100%-
XYZ24.4412.8395.8-
YUV92.41219.76130.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 255 (100% from 255) = 62.20%
R=23.41%
G=14.39%
B=62.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal96592550.620.7700251.3310061.57
Hex603BFF3E4D00fb643e
Octal14073377761150037314476
Binary110000011101111111111111110100110100111110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #603BFF;
 }
 .AnyTagClassName
 {
   color: #603BFF;
 }
</style>
background-color css

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

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

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

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

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

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