Html Css Color HEX #FD67D2 Neon Pink

📋 copy color: '#FD67D2'

red 253 ◦ green 103 ◦ blue 210

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

Shades of Neon Pink #FD67D2

Tints of Neon Pink #FD67D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.1%

R = 44.7%
G = 18.2%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD67D2 (or 0xFD67D2) is known color: Neon Pink. HEX triplet: FD, 67 and D2. RGB value is (253,103,210). Sum of RGB (Red+Green+Blue) = 253+103+210=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD67D2 is #02982D. Grayscale: #9F9F9F. Windows color (decimal): -170030 or 13789181. OLE color: 13789181.

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

Color convert

RGB 253 103 210 -
CMYK 0 0.59 0.17 0.01
HSL 317.2º 0.97% 0.7% -
HSV(B) 317.2º 0.59% 0.99% -
XYZ 56.99 35.24 64.77 -
YUV 160.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 253 103 210 0 0.59 0.17 0.01 317.2 0.97 0.7
Hex FD 67 D2 0 3B 11 1 13D 61 46
Octal 375 147 322 0 73 21 1 475 141 106
Binary 11111101 1100111 11010010 0 111011 10001 1 100111101 1100001 1000110

Color Harmonies of #FD67D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD67D2

Black with #FD67D2

Text Example


Text Example

White with #FD67D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD67D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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