Html Css Color HEX #FD6BDD Neon Pink

📋 copy color: '#FD6BDD'

red 253 ◦ green 107 ◦ blue 221

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

Shades of Neon Pink #FD6BDD

Tints of Neon Pink #FD6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.42%

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 43.55%
G = 18.42%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD6BDD (or 0xFD6BDD) is known color: Neon Pink. HEX triplet: FD, 6B and DD. RGB value is (253,107,221). Sum of RGB (Red+Green+Blue) = 253+107+221=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6BDD is #029422. Grayscale: #A3A3A3. Windows color (decimal): -168995 or 14511101. OLE color: 14511101.

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

Color convert

RGB 253 107 221 -
CMYK 0 0.58 0.13 0.01
HSL 313.15º 0.97% 0.71% -
HSV(B) 313.15º 0.58% 0.99% -
XYZ 58.82 36.62 72.37 -
YUV 163.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 253 107 221 0 0.58 0.13 0.01 313.15 0.97 0.71
Hex FD 6B DD 0 3A D 1 139 61 47
Octal 375 153 335 0 72 15 1 471 141 107
Binary 11111101 1101011 11011101 0 111010 1101 1 100111001 1100001 1000111

Color Harmonies of #FD6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6BDD

Black with #FD6BDD

Text Example


Text Example

White with #FD6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6BDD; }

 p { color: rgb(253,107,221); }

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

background-color css

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

 a { background-color: rgb(253,107,221); }

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

border-color css

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

 span { border-color: rgb(253,107,221); }

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