Html Css Color HEX #FE6CBF Neon Pink

📋 copy color: '#FE6CBF'

red 254 ◦ green 108 ◦ blue 191

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

Shades of Neon Pink #FE6CBF

Tints of Neon Pink #FE6CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.53%

 BLUE value IS 191 (75% from 255) = 34.54%

R = 45.93%
G = 19.53%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE6CBF (or 0xFE6CBF) is known color: Neon Pink. HEX triplet: FE, 6C and BF. RGB value is (254,108,191). Sum of RGB (Red+Green+Blue) = 254+108+191=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CBF is #019340. Grayscale: #A0A0A0. Windows color (decimal): -103233 or 12545278. OLE color: 12545278.

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

Color convert

RGB 254 108 191 -
CMYK 0 0.57 0.25 0.00
HSL 325.89º 0.99% 0.71% -
HSV(B) 325.89º 0.57% 1% -
XYZ 55.64 35.56 53.22 -
YUV 161.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 254 108 191 0 0.57 0.25 0.00 325.89 0.99 0.71
Hex FE 6C BF 0 39 19 0 146 63 47
Octal 376 154 277 0 71 31 0 506 143 107
Binary 11111110 1101100 10111111 0 111001 11001 0 101000110 1100011 1000111

Color Harmonies of #FE6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6CBF

Black with #FE6CBF

Text Example


Text Example

White with #FE6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6CBF; }

 p { color: rgb(254,108,191); }

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

background-color css

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

 a { background-color: rgb(254,108,191); }

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

border-color css

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

 span { border-color: rgb(254,108,191); }

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