Html Css Color HEX #FE6BCF Neon Pink

📋 copy color: '#FE6BCF'

red 254 ◦ green 107 ◦ blue 207

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

Shades of Neon Pink #FE6BCF

Tints of Neon Pink #FE6BCF

RGB

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

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

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

R = 44.72%
G = 18.84%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE6BCF (or 0xFE6BCF) is known color: Neon Pink. HEX triplet: FE, 6B and CF. RGB value is (254,107,207). Sum of RGB (Red+Green+Blue) = 254+107+207=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BCF is #019430. Grayscale: #A2A2A2. Windows color (decimal): -103473 or 13593598. OLE color: 13593598.

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

Color convert

RGB 254 107 207 -
CMYK 0 0.58 0.19 0.00
HSL 319.18º 0.99% 0.71% -
HSV(B) 319.18º 0.58% 1% -
XYZ 57.39 36.09 62.97 -
YUV 162.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 254 107 207 0 0.58 0.19 0.00 319.18 0.99 0.71
Hex FE 6B CF 0 3A 13 0 13F 63 47
Octal 376 153 317 0 72 23 0 477 143 107
Binary 11111110 1101011 11001111 0 111010 10011 0 100111111 1100011 1000111

Color Harmonies of #FE6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BCF

Black with #FE6BCF

Text Example


Text Example

White with #FE6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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