Html Css Color HEX #FD6ACB Neon Pink

📋 copy color: '#FD6ACB'

red 253 ◦ green 106 ◦ blue 203

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

Shades of Neon Pink #FD6ACB

Tints of Neon Pink #FD6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.86%

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 45.02%
G = 18.86%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD6ACB (or 0xFD6ACB) is known color: Neon Pink. HEX triplet: FD, 6A and CB. RGB value is (253,106,203). Sum of RGB (Red+Green+Blue) = 253+106+203=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ACB is #029534. Grayscale: #A0A0A0. Windows color (decimal): -169269 or 13331197. OLE color: 13331197.

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

Color convert

RGB 253 106 203 -
CMYK 0 0.58 0.20 0.01
HSL 320.41º 0.97% 0.7% -
HSV(B) 320.41º 0.58% 0.99% -
XYZ 56.44 35.5 60.38 -
YUV 161.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 253 106 203 0 0.58 0.20 0.01 320.41 0.97 0.7
Hex FD 6A CB 0 3A 14 1 140 61 46
Octal 375 152 313 0 72 24 1 500 141 106
Binary 11111101 1101010 11001011 0 111010 10100 1 101000000 1100001 1000110

Color Harmonies of #FD6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6ACB

Black with #FD6ACB

Text Example


Text Example

White with #FD6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6ACB; }

 p { color: rgb(253,106,203); }

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

background-color css

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

 a { background-color: rgb(253,106,203); }

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

border-color css

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

 span { border-color: rgb(253,106,203); }

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