Html Css Color HEX #FE6BD0 Neon Pink

📋 copy color: '#FE6BD0'

red 254 ◦ green 107 ◦ blue 208

#FE6BD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FE6BD0

Tints of Neon Pink #FE6BD0

RGB

 RED value IS 254 (99.61% from 255) = 44.64%

 GREEN value IS 107 (42.19% from 255) = 18.8%

 BLUE value IS 208 (81.64% from 255) = 36.56%

R = 44.64%
G = 18.8%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE6BD0 (or 0xFE6BD0) is known color: Neon Pink. HEX triplet: FE, 6B and D0. RGB value is (254,107,208). Sum of RGB (Red+Green+Blue) = 254+107+208=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BD0 is #01942F. Grayscale: #A2A2A2. Windows color (decimal): -103472 or 13659134. OLE color: 13659134.

HSL color Cylindrical-coordinate representation of color #FE6BD0: hue angle of 318.78º 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 #FE6BD0 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 107 208 -
CMYK 0 0.58 0.18 0.00
HSL 318.78º 0.99% 0.71% -
HSV(B) 318.78º 0.58% 1% -
XYZ 57.52 36.14 63.62 -
YUV 162.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 254 107 208 0 0.58 0.18 0.00 318.78 0.99 0.71
Hex FE 6B D0 0 3A 12 0 13F 63 47
Octal 376 153 320 0 72 22 0 477 143 107
Binary 11111110 1101011 11010000 0 111010 10010 0 100111111 1100011 1000111

Color Harmonies of #FE6BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BD0

Black with #FE6BD0

Text Example


Text Example

White with #FE6BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BD0; }

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

 H1.HeaderClassName
 {
   color: #FE6BD0;
 }
 .AnyTagClassName
 {
   color: #FE6BD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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