#6558FD

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

Shades of Neon Blue #6558FD

Tints of Neon Blue #6558FD

Color information

#6558FD (or 0x6558FD) is unknown color: approx Neon Blue. HEX triplet: 65, 58 and FD. RGB value is (101,88,253). Sum of RGB (Red+Green+Blue) = 101+88+253=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #6558FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6558FD is #9AA702. Grayscale: #6E6E6E. Windows color (decimal): -10135299 or 16603237. OLE color: 16603237.

HSL color Cylindrical-coordinate representation of color #6558FD: hue angle of 244.73º degrees, saturation: 0.98, 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 #6558FD is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10188253-
CMYK0.600.6500.01
HSL244.73º97.63%66.86%-
HSV(B)244.73º65.22%99.22%-
XYZ26.5916.8494.78-
YUV110.7208.31121.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.85%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 253 (99.22% from 255) = 57.24%
R=22.85%
G=19.91%
B=57.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101882530.600.6500.01244.7397.6366.86
Hex6558FD3C4101f56243
Octal1451303757410101365142103
Binary11001011011000111111011111001000001011111010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6558FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,88,253); }

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

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

 a { background-color: rgb(101,88,253); }

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

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

 span { border-color: rgb(101,88,253); }

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