Html Css Color HEX #FF51C4 Neon Pink

📋 copy color: '#FF51C4'

red 255 ◦ green 81 ◦ blue 196

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

Shades of Neon Pink #FF51C4

Tints of Neon Pink #FF51C4

RGB

 RED value IS 255 (100% from 255) = 47.93%

 GREEN value IS 81 (32.03% from 255) = 15.23%

 BLUE value IS 196 (76.95% from 255) = 36.84%

R = 47.93%
G = 15.23%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF51C4 (or 0xFF51C4) is known color: Neon Pink. HEX triplet: FF, 51 and C4. RGB value is (255,81,196). Sum of RGB (Red+Green+Blue) = 255+81+196=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51C4 is #00AE3B. Grayscale: #919191. Windows color (decimal): -44604 or 12866047. OLE color: 12866047.

HSL color Cylindrical-coordinate representation of color #FF51C4: hue angle of 320.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51C4 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 81 196 -
CMYK 0 0.68 0.23 0
HSL 320.34º 1% 0.66% -
HSV(B) 320.34º 0.68% 1% -
XYZ 54.15 31.13 55.38 -
YUV 146.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 255 81 196 0 0.68 0.23 0 320.34 1 0.66
Hex FF 51 C4 0 44 17 0 140 64 42
Octal 377 121 304 0 104 27 0 500 144 102
Binary 11111111 1010001 11000100 0 1000100 10111 0 101000000 1100100 1000010

Color Harmonies of #FF51C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF51C4

Black with #FF51C4

Text Example


Text Example

White with #FF51C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF51C4; }

 p { color: rgb(255,81,196); }

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

background-color css

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

 a { background-color: rgb(255,81,196); }

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

border-color css

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

 span { border-color: rgb(255,81,196); }

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