#5F48F1

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

Shades of Neon Blue #5F48F1

Tints of Neon Blue #5F48F1

Color information

#5F48F1 (or 0x5F48F1) is unknown color: approx Neon Blue. HEX triplet: 5F, 48 and F1. RGB value is (95,72,241). Sum of RGB (Red+Green+Blue) = 95+72+241=408 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.28% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F48F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F48F1 is #A0B70E. Grayscale: #616161. Windows color (decimal): -10532623 or 15812703. OLE color: 15812703.

HSL color Cylindrical-coordinate representation of color #5F48F1: hue angle of 248.17º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F48F1 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9572241-
CMYK0.610.7000.05
HSL248.17º85.79%61.37%-
HSV(B)248.17º70.12%94.51%-
XYZ22.9113.4284.6-
YUV98.14208.62125.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.28%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 241 (94.53% from 255) = 59.07%
R=23.28%
G=17.65%
B=59.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95722410.610.7000.05248.1785.7961.37
Hex5F48F13D4605f8563d
Octal137110361751060537012675
Binary101111110010001111000111110110001100101111110001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F48F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,72,241); }

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

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

 a { background-color: rgb(95,72,241); }

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

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

 span { border-color: rgb(95,72,241); }

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