#5F54F3

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

Shades of Neon Blue #5F54F3

Tints of Neon Blue #5F54F3

Color information

#5F54F3 (or 0x5F54F3) is unknown color: approx Neon Blue. HEX triplet: 5F, 54 and F3. RGB value is (95,84,243). Sum of RGB (Red+Green+Blue) = 95+84+243=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #5F54F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F54F3 is #A0AB0C. Grayscale: #686868. Windows color (decimal): -10529549 or 15946847. OLE color: 15946847.

HSL color Cylindrical-coordinate representation of color #5F54F3: hue angle of 244.15º degrees, saturation: 0.87, 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 #5F54F3 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9584243-
CMYK0.610.6500.05
HSL244.15º86.89%64.12%-
HSV(B)244.15º65.43%95.29%-
XYZ24.0715.2486.47-
YUV105.42205.64120.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.51%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 243 (95.31% from 255) = 57.58%
R=22.51%
G=19.91%
B=57.58%

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
Decimal95842430.610.6500.05244.1586.8964.12
Hex5F54F33D4105f45740
Octal1371243637510105364127100
Binary1011111101010011110011111101100000101011111010010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F54F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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