#5638F8

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

Shades of Neon Blue #5638F8

Tints of Neon Blue #5638F8

Color information

#5638F8 (or 0x5638F8) is unknown color: approx Neon Blue. HEX triplet: 56, 38 and F8. RGB value is (86,56,248). Sum of RGB (Red+Green+Blue) = 86+56+248=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #5638F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5638F8 is #A9C707. Grayscale: #565656. Windows color (decimal): -11126536 or 16267350. OLE color: 16267350.

HSL color Cylindrical-coordinate representation of color #5638F8: hue angle of 249.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5638F8 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8656248-
CMYK0.650.7700.03
HSL249.38º93.2%59.61%-
HSV(B)249.38º77.42%97.25%-
XYZ22.211.5889.87-
YUV86.86218.94127.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 56 (22.27% from 255) = 14.36%
BLUE value IS 248 (97.27% from 255) = 63.59%
R=22.05%
G=14.36%
B=63.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal86562480.650.7700.03249.3893.259.61
Hex5638F8414D03f95d3c
Octal126703701011150337113574
Binary10101101110001111100010000011001101011111110011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5638F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5638F8; }

 p { color: rgb(86,56,248); }

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

<style>
 a { background-color: #5638F8; }

 a { background-color: rgb(86,56,248); }

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

<style>
 span { border-color: #5638F8; }

 span { border-color: rgb(86,56,248); }

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