#5C5DFD

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

Shades of Neon Blue #5C5DFD

Tints of Neon Blue #5C5DFD

Color information

#5C5DFD (or 0x5C5DFD) is unknown color: approx Neon Blue. HEX triplet: 5C, 5D and FD. RGB value is (92,93,253). Sum of RGB (Red+Green+Blue) = 92+93+253=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C5DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5DFD is #A3A202. Grayscale: #6E6E6E. Windows color (decimal): -10723843 or 16604508. OLE color: 16604508.

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

Color convert

RGB9293253-
CMYK0.640.6300.01
HSL239.63º97.58%67.65%-
HSV(B)239.63º63.64%99.22%-
XYZ26.0617.294.87-
YUV110.94208.17114.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.00%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 253 (99.22% from 255) = 57.76%
R=21.00%
G=21.23%
B=57.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal92932530.640.6300.01239.6397.5867.65
Hex5C5DFD403F01f06244
Octal1341353751007701360142104
Binary10111001011101111111011000000111111011111000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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