Html Css Color HEX #FD69C0 Neon Pink

📋 copy color: '#FD69C0'

red 253 ◦ green 105 ◦ blue 192

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

Shades of Neon Pink #FD69C0

Tints of Neon Pink #FD69C0

RGB

 RED value IS 253 (99.22% from 255) = 46%

 GREEN value IS 105 (41.41% from 255) = 19.09%

 BLUE value IS 192 (75.39% from 255) = 34.91%

R = 46%
G = 19.09%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD69C0 (or 0xFD69C0) is known color: Neon Pink. HEX triplet: FD, 69 and C0. RGB value is (253,105,192). Sum of RGB (Red+Green+Blue) = 253+105+192=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD69C0 is #02963F. Grayscale: #9E9E9E. Windows color (decimal): -169536 or 12610045. OLE color: 12610045.

HSL color Cylindrical-coordinate representation of color #FD69C0: hue angle of 324.73º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD69C0 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 105 192 -
CMYK 0 0.58 0.24 0.01
HSL 324.73º 0.97% 0.7% -
HSV(B) 324.73º 0.58% 0.99% -
XYZ 55.07 34.79 53.68 -
YUV 159.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 253 105 192 0 0.58 0.24 0.01 324.73 0.97 0.7
Hex FD 69 C0 0 3A 18 1 145 61 46
Octal 375 151 300 0 72 30 1 505 141 106
Binary 11111101 1101001 11000000 0 111010 11000 1 101000101 1100001 1000110

Color Harmonies of #FD69C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD69C0

Black with #FD69C0

Text Example


Text Example

White with #FD69C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD69C0; }

 p { color: rgb(253,105,192); }

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

background-color css

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

 a { background-color: rgb(253,105,192); }

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

border-color css

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

 span { border-color: rgb(253,105,192); }

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