#6551FC

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

Shades of Neon Blue #6551FC

Tints of Neon Blue #6551FC

Color information

#6551FC (or 0x6551FC) is unknown color: approx Neon Blue. HEX triplet: 65, 51 and FC. RGB value is (101,81,252). Sum of RGB (Red+Green+Blue) = 101+81+252=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #6551FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6551FC is #9AAE03. Grayscale: #696969. Windows color (decimal): -10137092 or 16535909. OLE color: 16535909.

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

Color convert

RGB10181252-
CMYK0.600.6800.01
HSL247.02º96.61%65.29%-
HSV(B)247.02º67.86%98.82%-
XYZ25.8815.6893.76-
YUV106.47210.13124.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 252 (98.83% from 255) = 58.06%
R=23.27%
G=18.66%
B=58.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101812520.600.6800.01247.0296.6165.29
Hex6551FC3C4401f76141
Octal1451213747410401367141101
Binary11001011010001111111001111001000100011111011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6551FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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