#5F4CFA

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

Shades of Neon Blue #5F4CFA

Tints of Neon Blue #5F4CFA

Color information

#5F4CFA (or 0x5F4CFA) is unknown color: approx Neon Blue. HEX triplet: 5F, 4C and FA. RGB value is (95,76,250). Sum of RGB (Red+Green+Blue) = 95+76+250=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F4CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4CFA is #A0B305. Grayscale: #646464. Windows color (decimal): -10531590 or 16403551. OLE color: 16403551.

HSL color Cylindrical-coordinate representation of color #5F4CFA: hue angle of 246.55º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F4CFA is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9576250-
CMYK0.620.7000.02
HSL246.55º94.57%63.92%-
HSV(B)246.55º69.6%98.04%-
XYZ24.5614.591.95-
YUV101.52211.79123.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.57%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 250 (98.05% from 255) = 59.38%
R=22.57%
G=18.05%
B=59.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal95762500.620.7000.02246.5594.5763.92
Hex5F4CFA3E4602f75f40
Octal1371143727610602367137100
Binary101111110011001111101011111010001100101111011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,76,250); }

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

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

 a { background-color: rgb(95,76,250); }

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

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

 span { border-color: rgb(95,76,250); }

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