Html Css Color HEX #FD6CDB Neon Pink

📋 copy color: '#FD6CDB'

red 253 ◦ green 108 ◦ blue 219

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

Shades of Neon Pink #FD6CDB

Tints of Neon Pink #FD6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.62%

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 43.62%
G = 18.62%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD6CDB (or 0xFD6CDB) is known color: Neon Pink. HEX triplet: FD, 6C and DB. RGB value is (253,108,219). Sum of RGB (Red+Green+Blue) = 253+108+219=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6CDB is #029324. Grayscale: #A3A3A3. Windows color (decimal): -168741 or 14380285. OLE color: 14380285.

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

Color convert

RGB 253 108 219 -
CMYK 0 0.57 0.13 0.01
HSL 314.07º 0.97% 0.71% -
HSV(B) 314.07º 0.57% 0.99% -
XYZ 58.66 36.72 71.01 -
YUV 164.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 253 108 219 0 0.57 0.13 0.01 314.07 0.97 0.71
Hex FD 6C DB 0 39 D 1 13A 61 47
Octal 375 154 333 0 71 15 1 472 141 107
Binary 11111101 1101100 11011011 0 111001 1101 1 100111010 1100001 1000111

Color Harmonies of #FD6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6CDB

Black with #FD6CDB

Text Example


Text Example

White with #FD6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6CDB; }

 p { color: rgb(253,108,219); }

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

background-color css

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

 a { background-color: rgb(253,108,219); }

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

border-color css

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

 span { border-color: rgb(253,108,219); }

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