Html Css Color HEX #FE75D4 Neon Pink

📋 copy color: '#FE75D4'

red 254 ◦ green 117 ◦ blue 212

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

Shades of Neon Pink #FE75D4

Tints of Neon Pink #FE75D4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.07%

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

R = 43.57%
G = 20.07%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE75D4 (or 0xFE75D4) is known color: Neon Pink. HEX triplet: FE, 75 and D4. RGB value is (254,117,212). Sum of RGB (Red+Green+Blue) = 254+117+212=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75D4 is #018A2B. Grayscale: #A8A8A8. Windows color (decimal): -100908 or 13923838. OLE color: 13923838.

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

Color convert

RGB 254 117 212 -
CMYK 0 0.54 0.17 0.00
HSL 318.39º 0.99% 0.73% -
HSV(B) 318.39º 0.54% 1% -
XYZ 59.12 38.55 66.61 -
YUV 168.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 254 117 212 0 0.54 0.17 0.00 318.39 0.99 0.73
Hex FE 75 D4 0 36 11 0 13E 63 49
Octal 376 165 324 0 66 21 0 476 143 111
Binary 11111110 1110101 11010100 0 110110 10001 0 100111110 1100011 1001001

Color Harmonies of #FE75D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75D4

Black with #FE75D4

Text Example


Text Example

White with #FE75D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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