#5D68F9

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

Shades of Neon Blue #5D68F9

Tints of Neon Blue #5D68F9

Color information

#5D68F9 (or 0x5D68F9) is unknown color: approx Neon Blue. HEX triplet: 5D, 68 and F9. RGB value is (93,104,249). Sum of RGB (Red+Green+Blue) = 93+104+249=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D68F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D68F9 is #A29706. Grayscale: #747474. Windows color (decimal): -10655495 or 16345181. OLE color: 16345181.

HSL color Cylindrical-coordinate representation of color #5D68F9: hue angle of 235.77º degrees, saturation: 0.93, 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 #5D68F9 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93104249-
CMYK0.630.5800.02
HSL235.77º92.86%67.06%-
HSV(B)235.77º62.65%97.65%-
XYZ26.5619.0791.9-
YUV117.24202.36110.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.85%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 249 (97.66% from 255) = 55.83%
R=20.85%
G=23.32%
B=55.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal931042490.630.5800.02235.7792.8667.06
Hex5D68F93F3A02ec5d43
Octal135150371777202354135103
Binary10111011101000111110011111111110100101110110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D68F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,104,249); }

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

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

 a { background-color: rgb(93,104,249); }

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

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

 span { border-color: rgb(93,104,249); }

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