#583DFC

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

Shades of Neon Blue #583DFC

Tints of Neon Blue #583DFC

Color information

#583DFC (or 0x583DFC) is unknown color: approx Neon Blue. HEX triplet: 58, 3D and FC. RGB value is (88,61,252). Sum of RGB (Red+Green+Blue) = 88+61+252=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #583DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583DFC is #A7C203. Grayscale: #5A5A5A. Windows color (decimal): -10994180 or 16530776. OLE color: 16530776.

HSL color Cylindrical-coordinate representation of color #583DFC: hue angle of 248.48º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #583DFC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8861252-
CMYK0.650.7600.01
HSL248.48º96.95%61.37%-
HSV(B)248.48º75.79%98.82%-
XYZ23.2612.4493.27-
YUV90.85218.95125.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.95%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 252 (98.83% from 255) = 62.84%
R=21.95%
G=15.21%
B=62.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal88612520.650.7600.01248.4896.9561.37
Hex583DFC414C01f8613d
Octal130753741011140137014175
Binary1011000111101111111001000001100110001111110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583DFC; }

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

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

<style>
 a { background-color: #583DFC; }

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

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

<style>
 span { border-color: #583DFC; }

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

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