#5641FD

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

Shades of Neon Blue #5641FD

Tints of Neon Blue #5641FD

Color information

#5641FD (or 0x5641FD) is unknown color: approx Neon Blue. HEX triplet: 56, 41 and FD. RGB value is (86,65,253). Sum of RGB (Red+Green+Blue) = 86+65+253=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #5641FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5641FD is #A9BE02. Grayscale: #5B5B5B. Windows color (decimal): -11124227 or 16597334. OLE color: 16597334.

HSL color Cylindrical-coordinate representation of color #5641FD: hue angle of 246.7º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5641FD is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8665253-
CMYK0.660.7400.01
HSL246.7º97.92%62.35%-
HSV(B)246.7º74.31%99.22%-
XYZ23.4612.8594.17-
YUV92.71218.46123.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 65 (25.78% from 255) = 16.09%
BLUE value IS 253 (99.22% from 255) = 62.62%
R=21.29%
G=16.09%
B=62.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal86652530.660.7400.01246.797.9262.35
Hex5641FD424A01f7623e
Octal1261013751021120136714276
Binary10101101000001111111011000010100101001111101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5641FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5641FD; }

 p { color: rgb(86,65,253); }

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

<style>
 a { background-color: #5641FD; }

 a { background-color: rgb(86,65,253); }

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

<style>
 span { border-color: #5641FD; }

 span { border-color: rgb(86,65,253); }

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