#5C48FA

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

Shades of Neon Blue #5C48FA

Tints of Neon Blue #5C48FA

Color information

#5C48FA (or 0x5C48FA) is unknown color: approx Neon Blue. HEX triplet: 5C, 48 and FA. RGB value is (92,72,250). Sum of RGB (Red+Green+Blue) = 92+72+250=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C48FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C48FA is #A3B705. Grayscale: #616161. Windows color (decimal): -10729222 or 16402524. OLE color: 16402524.

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

Color convert

RGB9272250-
CMYK0.630.7100.02
HSL246.74º94.68%63.14%-
HSV(B)246.74º71.2%98.04%-
XYZ23.9913.8191.84-
YUV98.27213.63123.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.22%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=22.22%
G=17.39%
B=60.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal92722500.630.7100.02246.7494.6863.14
Hex5C48FA3F4702f75f3f
Octal134110372771070236713777
Binary10111001001000111110101111111000111010111101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C48FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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