#586CFC

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

Shades of Neon Blue #586CFC

Tints of Neon Blue #586CFC

Color information

#586CFC (or 0x586CFC) is unknown color: approx Neon Blue. HEX triplet: 58, 6C and FC. RGB value is (88,108,252). Sum of RGB (Red+Green+Blue) = 88+108+252=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #586CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #586CFC is #A79303. Grayscale: #757575. Windows color (decimal): -10982148 or 16542808. OLE color: 16542808.

HSL color Cylindrical-coordinate representation of color #586CFC: hue angle of 232.68º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #586CFC is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB88108252-
CMYK0.650.5700.01
HSL232.68º96.47%66.67%-
HSV(B)232.68º65.08%98.82%-
XYZ26.9619.8394.5-
YUV118.44203.37106.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.64%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 252 (98.83% from 255) = 56.25%
R=19.64%
G=24.11%
B=56.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881082520.650.5700.01232.6896.4766.67
Hex586CFC413901e96043
Octal1301543741017101351140103
Binary10110001101100111111001000001111001011110100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586CFC; }

 p { color: rgb(88,108,252); }

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

<style>
 a { background-color: #586CFC; }

 a { background-color: rgb(88,108,252); }

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

<style>
 span { border-color: #586CFC; }

 span { border-color: rgb(88,108,252); }

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