#5F54F1

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

Shades of Neon Blue #5F54F1

Tints of Neon Blue #5F54F1

Color information

#5F54F1 (or 0x5F54F1) is unknown color: approx Neon Blue. HEX triplet: 5F, 54 and F1. RGB value is (95,84,241). Sum of RGB (Red+Green+Blue) = 95+84+241=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F54F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F54F1 is #A0AB0E. Grayscale: #686868. Windows color (decimal): -10529551 or 15815775. OLE color: 15815775.

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

Color convert

RGB9584241-
CMYK0.610.6500.05
HSL244.2º84.86%63.73%-
HSV(B)244.2º65.15%94.51%-
XYZ23.7715.1284.89-
YUV105.19204.64120.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 241 (94.53% from 255) = 57.38%
R=22.62%
G=20%
B=57.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95842410.610.6500.05244.284.8663.73
Hex5F54F13D4105f45540
Octal1371243617510105364125100
Binary1011111101010011110001111101100000101011111010010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F54F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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