Html Css Color HEX #FE6FCF Neon Pink

📋 copy color: '#FE6FCF'

red 254 ◦ green 111 ◦ blue 207

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

Shades of Neon Pink #FE6FCF

Tints of Neon Pink #FE6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.41%

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 44.41%
G = 19.41%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE6FCF (or 0xFE6FCF) is known color: Neon Pink. HEX triplet: FE, 6F and CF. RGB value is (254,111,207). Sum of RGB (Red+Green+Blue) = 254+111+207=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FCF is #019030. Grayscale: #A4A4A4. Windows color (decimal): -102449 or 13594622. OLE color: 13594622.

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

Color convert

RGB 254 111 207 -
CMYK 0 0.56 0.19 0.00
HSL 319.72º 0.99% 0.72% -
HSV(B) 319.72º 0.56% 1% -
XYZ 57.82 36.94 63.12 -
YUV 164.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 254 111 207 0 0.56 0.19 0.00 319.72 0.99 0.72
Hex FE 6F CF 0 38 13 0 140 63 48
Octal 376 157 317 0 70 23 0 500 143 110
Binary 11111110 1101111 11001111 0 111000 10011 0 101000000 1100011 1001000

Color Harmonies of #FE6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FCF

Black with #FE6FCF

Text Example


Text Example

White with #FE6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FCF; }

 p { color: rgb(254,111,207); }

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

background-color css

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

 a { background-color: rgb(254,111,207); }

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

border-color css

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

 span { border-color: rgb(254,111,207); }

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