Html Css Color HEX #FE7BD4 Neon Pink

📋 copy color: '#FE7BD4'

red 254 ◦ green 123 ◦ blue 212

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

Shades of Neon Pink #FE7BD4

Tints of Neon Pink #FE7BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.99%

R = 43.12%
G = 20.88%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE7BD4 (or 0xFE7BD4) is known color: Neon Pink. HEX triplet: FE, 7B and D4. RGB value is (254,123,212). Sum of RGB (Red+Green+Blue) = 254+123+212=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BD4 is #01842B. Grayscale: #ACACAC. Windows color (decimal): -99372 or 13925374. OLE color: 13925374.

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

Color convert

RGB 254 123 212 -
CMYK 0 0.52 0.17 0.00
HSL 319.24º 0.98% 0.74% -
HSV(B) 319.24º 0.52% 1% -
XYZ 59.84 39.99 66.85 -
YUV 172.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 254 123 212 0 0.52 0.17 0.00 319.24 0.98 0.74
Hex FE 7B D4 0 34 11 0 13F 62 4A
Octal 376 173 324 0 64 21 0 477 142 112
Binary 11111110 1111011 11010100 0 110100 10001 0 100111111 1100010 1001010

Color Harmonies of #FE7BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BD4

Black with #FE7BD4

Text Example


Text Example

White with #FE7BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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