Html Css Color HEX #FD60CB Neon Pink

📋 copy color: '#FD60CB'

red 253 ◦ green 96 ◦ blue 203

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

Shades of Neon Pink #FD60CB

Tints of Neon Pink #FD60CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.39%

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

R = 45.83%
G = 17.39%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD60CB (or 0xFD60CB) is known color: Neon Pink. HEX triplet: FD, 60 and CB. RGB value is (253,96,203). Sum of RGB (Red+Green+Blue) = 253+96+203=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60CB is #029F34. Grayscale: #9A9A9A. Windows color (decimal): -171829 or 13328637. OLE color: 13328637.

HSL color Cylindrical-coordinate representation of color #FD60CB: hue angle of 319.11º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60CB is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 96 203 -
CMYK 0 0.62 0.20 0.01
HSL 319.11º 0.98% 0.68% -
HSV(B) 319.11º 0.62% 0.99% -
XYZ 55.47 33.56 60.05 -
YUV 155.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 253 96 203 0 0.62 0.20 0.01 319.11 0.98 0.68
Hex FD 60 CB 0 3E 14 1 13F 62 44
Octal 375 140 313 0 76 24 1 477 142 104
Binary 11111101 1100000 11001011 0 111110 10100 1 100111111 1100010 1000100

Color Harmonies of #FD60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60CB

Black with #FD60CB

Text Example


Text Example

White with #FD60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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