#6555FC

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

Shades of Neon Blue #6555FC

Tints of Neon Blue #6555FC

Color information

#6555FC (or 0x6555FC) is unknown color: approx Neon Blue. HEX triplet: 65, 55 and FC. RGB value is (101,85,252). Sum of RGB (Red+Green+Blue) = 101+85+252=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #6555FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6555FC is #9AAA03. Grayscale: #6C6C6C. Windows color (decimal): -10136068 or 16536933. OLE color: 16536933.

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

Color convert

RGB10185252-
CMYK0.600.6600.01
HSL245.75º96.53%66.08%-
HSV(B)245.75º66.27%98.82%-
XYZ26.1916.2993.86-
YUV108.82208.8122.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.06%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 252 (98.83% from 255) = 57.53%
R=23.06%
G=19.41%
B=57.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101852520.600.6600.01245.7596.5366.08
Hex6555FC3C4201f66142
Octal1451253747410201366141102
Binary11001011010101111111001111001000010011111011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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