#5F3DF5

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

Shades of Neon Blue #5F3DF5

Tints of Neon Blue #5F3DF5

Color information

#5F3DF5 (or 0x5F3DF5) is unknown color: approx Neon Blue. HEX triplet: 5F, 3D and F5. RGB value is (95,61,245). Sum of RGB (Red+Green+Blue) = 95+61+245=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #5F3DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3DF5 is #A0C20A. Grayscale: #5B5B5B. Windows color (decimal): -10535435 or 16072031. OLE color: 16072031.

HSL color Cylindrical-coordinate representation of color #5F3DF5: hue angle of 251.09º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F3DF5 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9561245-
CMYK0.610.7500.04
HSL251.09º90.2%60%-
HSV(B)251.09º75.1%96.08%-
XYZ22.8712.3687.57-
YUV92.14214.26130.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.69%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 245 (96.09% from 255) = 61.10%
R=23.69%
G=15.21%
B=61.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95612450.610.7500.04251.0990.260
Hex5F3DF53D4B04fb5a3c
Octal13775365751130437313274
Binary10111111111011111010111110110010110100111110111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3DF5; }

 p { color: rgb(95,61,245); }

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

<style>
 a { background-color: #5F3DF5; }

 a { background-color: rgb(95,61,245); }

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

<style>
 span { border-color: #5F3DF5; }

 span { border-color: rgb(95,61,245); }

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