Html Css Color HEX #FD62C2 Neon Pink

📋 copy color: '#FD62C2'

red 253 ◦ green 98 ◦ blue 194

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

Shades of Neon Pink #FD62C2

Tints of Neon Pink #FD62C2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.98%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 46.42%
G = 17.98%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD62C2 (or 0xFD62C2) is known color: Neon Pink. HEX triplet: FD, 62 and C2. RGB value is (253,98,194). Sum of RGB (Red+Green+Blue) = 253+98+194=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD62C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD62C2 is #029D3D. Grayscale: #9B9B9B. Windows color (decimal): -171326 or 12739325. OLE color: 12739325.

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

Color convert

RGB 253 98 194 -
CMYK 0 0.61 0.23 0.01
HSL 322.84º 0.97% 0.69% -
HSV(B) 322.84º 0.61% 0.99% -
XYZ 54.61 33.51 54.63 -
YUV 155.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 253 98 194 0 0.61 0.23 0.01 322.84 0.97 0.69
Hex FD 62 C2 0 3D 17 1 143 61 45
Octal 375 142 302 0 75 27 1 503 141 105
Binary 11111101 1100010 11000010 0 111101 10111 1 101000011 1100001 1000101

Color Harmonies of #FD62C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD62C2

Black with #FD62C2

Text Example


Text Example

White with #FD62C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD62C2; }

 p { color: rgb(253,98,194); }

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

background-color css

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

 a { background-color: rgb(253,98,194); }

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

border-color css

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

 span { border-color: rgb(253,98,194); }

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