#6650FE

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

Shades of Neon Blue #6650FE

Tints of Neon Blue #6650FE

Color information

#6650FE (or 0x6650FE) is unknown color: approx Neon Blue. HEX triplet: 66, 50 and FE. RGB value is (102,80,254). Sum of RGB (Red+Green+Blue) = 102+80+254=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #6650FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6650FE is #99AF01. Grayscale: #696969. Windows color (decimal): -10071810 or 16666726. OLE color: 16666726.

HSL color Cylindrical-coordinate representation of color #6650FE: hue angle of 247.59º 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 #6650FE is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10280254-
CMYK0.600.6900.00
HSL247.59º98.86%65.49%-
HSV(B)247.59º68.5%99.61%-
XYZ26.2415.7295.42-
YUV106.41211.29124.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 254 (99.61% from 255) = 58.26%
R=23.39%
G=18.35%
B=58.26%

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
Decimal102802540.600.6900.00247.5998.8665.49
Hex6650FE3C4500f86341
Octal1461203767410500370143101
Binary11001101010000111111101111001000101001111100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6650FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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