#6557FC

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

Shades of Neon Blue #6557FC

Tints of Neon Blue #6557FC

Color information

#6557FC (or 0x6557FC) is unknown color: approx Neon Blue. HEX triplet: 65, 57 and FC. RGB value is (101,87,252). Sum of RGB (Red+Green+Blue) = 101+87+252=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #6557FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6557FC is #9AA803. Grayscale: #6D6D6D. Windows color (decimal): -10135556 or 16537445. OLE color: 16537445.

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

Color convert

RGB10187252-
CMYK0.600.6500.01
HSL245.09º96.49%66.47%-
HSV(B)245.09º65.48%98.82%-
XYZ26.3516.6193.91-
YUV110208.14121.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 252 (98.83% from 255) = 57.27%
R=22.95%
G=19.77%
B=57.27%

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
Decimal101872520.600.6500.01245.0996.4966.47
Hex6557FC3C4101f56042
Octal1451273747410101365140102
Binary11001011010111111111001111001000001011111010111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6557FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6557FC; }

 p { color: rgb(101,87,252); }

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

<style>
 a { background-color: #6557FC; }

 a { background-color: rgb(101,87,252); }

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

<style>
 span { border-color: #6557FC; }

 span { border-color: rgb(101,87,252); }

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