#5D6CFD

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

Shades of Neon Blue #5D6CFD

Tints of Neon Blue #5D6CFD

Color information

#5D6CFD (or 0x5D6CFD) is unknown color: approx Neon Blue. HEX triplet: 5D, 6C and FD. RGB value is (93,108,253). Sum of RGB (Red+Green+Blue) = 93+108+253=454 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.48% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D6CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6CFD is #A29302. Grayscale: #777777. Windows color (decimal): -10654467 or 16608349. OLE color: 16608349.

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

Color convert

RGB93108253-
CMYK0.630.5700.01
HSL234.38º97.56%67.84%-
HSV(B)234.38º63.24%99.22%-
XYZ27.6120.1495.36-
YUV120.04203.03108.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.48%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 253 (99.22% from 255) = 55.73%
R=20.48%
G=23.79%
B=55.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931082530.630.5700.01234.3897.5667.84
Hex5D6CFD3F3901ea6244
Octal135154375777101352142104
Binary1011101110110011111101111111111001011110101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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