#FE6BDB

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

Shades of Neon Pink #FE6BDB

Tints of Neon Pink #FE6BDB

Color information

#FE6BDB (or 0xFE6BDB) is unknown color: approx Neon Pink. HEX triplet: FE, 6B and DB. RGB value is (254,107,219). Sum of RGB (Red+Green+Blue) = 254+107+219=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BDB is #019424. Grayscale: #A3A3A3. Windows color (decimal): -103461 or 14380030. OLE color: 14380030.

HSL color Cylindrical-coordinate representation of color #FE6BDB: hue angle of 314.29º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BDB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254107219-
CMYK00.580.140.00
HSL314.29º98.66%70.78%-
HSV(B)314.29º57.87%99.61%-
XYZ58.9236.771-
YUV163.72159.2192.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 107 (42.19% from 255) = 18.45%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=43.79%
G=18.45%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410721900.580.140.00314.2998.6670.78
HexFE6BDB03AE013a6347
Octal376153333072160472143107
Binary1111111011010111101101101110101110010011101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6BDB; }

 p { color: rgb(254,107,219); }

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

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

 a { background-color: rgb(254,107,219); }

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

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

 span { border-color: rgb(254,107,219); }

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