Html Css Color HEX #FD67DB Neon Pink

📋 copy color: '#FD67DB'

red 253 ◦ green 103 ◦ blue 219

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

Shades of Neon Pink #FD67DB

Tints of Neon Pink #FD67DB

RGB

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

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

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

R = 44%
G = 17.91%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD67DB (or 0xFD67DB) is known color: Neon Pink. HEX triplet: FD, 67 and DB. RGB value is (253,103,219). Sum of RGB (Red+Green+Blue) = 253+103+219=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 103 (40.62% from 255 or 17.91% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD67DB is #029824. Grayscale: #A0A0A0. Windows color (decimal): -170021 or 14379005. OLE color: 14379005.

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

Color convert

RGB 253 103 219 -
CMYK 0 0.59 0.13 0.01
HSL 313.6º 0.97% 0.7% -
HSV(B) 313.6º 0.59% 0.99% -
XYZ 58.14 35.7 70.84 -
YUV 161.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 253 103 219 0 0.59 0.13 0.01 313.6 0.97 0.7
Hex FD 67 DB 0 3B D 1 13A 61 46
Octal 375 147 333 0 73 15 1 472 141 106
Binary 11111101 1100111 11011011 0 111011 1101 1 100111010 1100001 1000110

Color Harmonies of #FD67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD67DB

Black with #FD67DB

Text Example


Text Example

White with #FD67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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