#5648FD

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

Shades of Neon Blue #5648FD

Tints of Neon Blue #5648FD

Color information

#5648FD (or 0x5648FD) is unknown color: approx Neon Blue. HEX triplet: 56, 48 and FD. RGB value is (86,72,253). Sum of RGB (Red+Green+Blue) = 86+72+253=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #5648FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5648FD is #A9B702. Grayscale: #606060. Windows color (decimal): -11122435 or 16599126. OLE color: 16599126.

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

Color convert

RGB8672253-
CMYK0.660.7200.01
HSL244.64º97.84%63.73%-
HSV(B)244.64º71.54%99.22%-
XYZ23.8813.7194.31-
YUV96.82216.14120.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.92%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 253 (99.22% from 255) = 61.56%
R=20.92%
G=17.52%
B=61.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal86722530.660.7200.01244.6497.8463.73
Hex5648FD424801f56240
Octal12611037510211001365142100
Binary101011010010001111110110000101001000011111010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5648FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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