#5C5DFA

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

Shades of Neon Blue #5C5DFA

Tints of Neon Blue #5C5DFA

Color information

#5C5DFA (or 0x5C5DFA) is unknown color: approx Neon Blue. HEX triplet: 5C, 5D and FA. RGB value is (92,93,250). Sum of RGB (Red+Green+Blue) = 92+93+250=435 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.15% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C5DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5DFA is #A3A205. Grayscale: #6D6D6D. Windows color (decimal): -10723846 or 16407900. OLE color: 16407900.

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

Color convert

RGB9293250-
CMYK0.630.6300.02
HSL239.62º94.05%67.06%-
HSV(B)239.62º63.2%98.04%-
XYZ25.5817.0192.38-
YUV110.6206.67114.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.15%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 250 (98.05% from 255) = 57.47%
R=21.15%
G=21.38%
B=57.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal92932500.630.6300.02239.6294.0567.06
Hex5C5DFA3F3F02f05e43
Octal134135372777702360136103
Binary10111001011101111110101111111111110101111000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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