Html Css Color HEX #FD67DF Neon Pink

📋 copy color: '#FD67DF'

red 253 ◦ green 103 ◦ blue 223

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

Shades of Neon Pink #FD67DF

Tints of Neon Pink #FD67DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.79%

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 43.7%
G = 17.79%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD67DF (or 0xFD67DF) is known color: Neon Pink. HEX triplet: FD, 67 and DF. RGB value is (253,103,223). Sum of RGB (Red+Green+Blue) = 253+103+223=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 103 (40.62% from 255 or 17.79% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD67DF is #029820. Grayscale: #A1A1A1. Windows color (decimal): -170017 or 14641149. OLE color: 14641149.

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

Color convert

RGB 253 103 223 -
CMYK 0 0.59 0.12 0.01
HSL 312º 0.97% 0.7% -
HSV(B) 312º 0.59% 0.99% -
XYZ 58.68 35.91 73.65 -
YUV 161.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 253 103 223 0 0.59 0.12 0.01 312 0.97 0.7
Hex FD 67 DF 0 3B C 1 138 61 46
Octal 375 147 337 0 73 14 1 470 141 106
Binary 11111101 1100111 11011111 0 111011 1100 1 100111000 1100001 1000110

Color Harmonies of #FD67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD67DF

Black with #FD67DF

Text Example


Text Example

White with #FD67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD67DF; }

 p { color: rgb(253,103,223); }

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

background-color css

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

 a { background-color: rgb(253,103,223); }

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

border-color css

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

 span { border-color: rgb(253,103,223); }

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