#5648FB

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

Shades of Neon Blue #5648FB

Tints of Neon Blue #5648FB

Color information

#5648FB (or 0x5648FB) is unknown color: approx Neon Blue. HEX triplet: 56, 48 and FB. RGB value is (86,72,251). Sum of RGB (Red+Green+Blue) = 86+72+251=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #5648FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5648FB is #A9B704. Grayscale: #5F5F5F. Windows color (decimal): -11122437 or 16468054. OLE color: 16468054.

HSL color Cylindrical-coordinate representation of color #5648FB: hue angle of 244.69º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5648FB is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8672251-
CMYK0.660.7100.02
HSL244.69º95.72%63.33%-
HSV(B)244.69º71.31%98.43%-
XYZ23.5713.5892.65-
YUV96.59215.14120.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 251 (98.44% from 255) = 61.37%
R=21.03%
G=17.60%
B=61.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal86722510.660.7100.02244.6995.7263.33
Hex5648FB424702f5603f
Octal1261103731021070236514077
Binary101011010010001111101110000101000111010111101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5648FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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