#5C4FFA

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

Shades of Neon Blue #5C4FFA

Tints of Neon Blue #5C4FFA

Color information

#5C4FFA (or 0x5C4FFA) is unknown color: approx Neon Blue. HEX triplet: 5C, 4F and FA. RGB value is (92,79,250). Sum of RGB (Red+Green+Blue) = 92+79+250=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 79 (31.25% from 255 or 18.76% 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 #5C4FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C4FFA is #A3B005. Grayscale: #656565. Windows color (decimal): -10727430 or 16404316. OLE color: 16404316.

HSL color Cylindrical-coordinate representation of color #5C4FFA: hue angle of 244.56º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C4FFA is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9279250-
CMYK0.630.6800.02
HSL244.56º94.48%64.51%-
HSV(B)244.56º68.4%98.04%-
XYZ24.4614.7792-
YUV102.38211.31120.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.85%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 250 (98.05% from 255) = 59.38%
R=21.85%
G=18.76%
B=59.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal92792500.630.6800.02244.5694.4864.51
Hex5C4FFA3F4402f55e41
Octal1341173727710402365136101
Binary101110010011111111101011111110001000101111010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,79,250); }

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

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

 a { background-color: rgb(92,79,250); }

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

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

 span { border-color: rgb(92,79,250); }

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