#6550FE

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

Shades of Neon Blue #6550FE

Tints of Neon Blue #6550FE

Color information

#6550FE (or 0x6550FE) is unknown color: approx Neon Blue. HEX triplet: 65, 50 and FE. RGB value is (101,80,254). Sum of RGB (Red+Green+Blue) = 101+80+254=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #6550FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6550FE is #9AAF01. Grayscale: #696969. Windows color (decimal): -10137346 or 16666725. OLE color: 16666725.

HSL color Cylindrical-coordinate representation of color #6550FE: hue angle of 247.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6550FE is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10180254-
CMYK0.600.6900.00
HSL247.24º98.86%65.49%-
HSV(B)247.24º68.5%99.61%-
XYZ26.1215.6695.41-
YUV106.12211.46124.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.22%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 254 (99.61% from 255) = 58.39%
R=23.22%
G=18.39%
B=58.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal101802540.600.6900.00247.2498.8665.49
Hex6550FE3C4500f76341
Octal1451203767410500367143101
Binary11001011010000111111101111001000101001111011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6550FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6550FE; }

 p { color: rgb(101,80,254); }

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

<style>
 a { background-color: #6550FE; }

 a { background-color: rgb(101,80,254); }

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

<style>
 span { border-color: #6550FE; }

 span { border-color: rgb(101,80,254); }

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