Html Css Color HEX #FE7BCD Neon Pink

📋 copy color: '#FE7BCD'

red 254 ◦ green 123 ◦ blue 205

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

Shades of Neon Pink #FE7BCD

Tints of Neon Pink #FE7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.13%

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 43.64%
G = 21.13%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE7BCD (or 0xFE7BCD) is known color: Neon Pink. HEX triplet: FE, 7B and CD. RGB value is (254,123,205). Sum of RGB (Red+Green+Blue) = 254+123+205=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BCD is #018432. Grayscale: #ABABAB. Windows color (decimal): -99379 or 13466622. OLE color: 13466622.

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

Color convert

RGB 254 123 205 -
CMYK 0 0.52 0.19 0.00
HSL 322.44º 0.98% 0.74% -
HSV(B) 322.44º 0.52% 1% -
XYZ 58.98 39.64 62.3 -
YUV 171.52 146.9 186.83 -
System Red Green Blue C M Y K H S L
Decimal 254 123 205 0 0.52 0.19 0.00 322.44 0.98 0.74
Hex FE 7B CD 0 34 13 0 142 62 4A
Octal 376 173 315 0 64 23 0 502 142 112
Binary 11111110 1111011 11001101 0 110100 10011 0 101000010 1100010 1001010

Color Harmonies of #FE7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BCD

Black with #FE7BCD

Text Example


Text Example

White with #FE7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BCD; }

 p { color: rgb(254,123,205); }

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

background-color css

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

 a { background-color: rgb(254,123,205); }

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

border-color css

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

 span { border-color: rgb(254,123,205); }

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