#5F48F7

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

Shades of Neon Blue #5F48F7

Tints of Neon Blue #5F48F7

Color information

#5F48F7 (or 0x5F48F7) is unknown color: approx Neon Blue. HEX triplet: 5F, 48 and F7. RGB value is (95,72,247). Sum of RGB (Red+Green+Blue) = 95+72+247=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 247 (96.88% from 255 or 59.66% from 414); Max value from RGB is 247 - color contains mainly: blue. Hex color #5F48F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F48F7 is #A0B708. Grayscale: #626262. Windows color (decimal): -10532617 or 16205919. OLE color: 16205919.

HSL color Cylindrical-coordinate representation of color #5F48F7: hue angle of 247.89º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F48F7 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9572247-
CMYK0.620.7100.03
HSL247.89º91.62%62.55%-
HSV(B)247.89º70.85%96.86%-
XYZ23.8313.7889.4-
YUV98.83211.62125.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.95%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 247 (96.88% from 255) = 59.66%
R=22.95%
G=17.39%
B=59.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal95722470.620.7100.03247.8991.6262.55
Hex5F48F73E4703f85c3f
Octal137110367761070337013477
Binary10111111001000111101111111101000111011111110001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F48F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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