Html Css Color HEX #FB70C7 Neon Pink

📋 copy color: '#FB70C7'

red 251 ◦ green 112 ◦ blue 199

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

Shades of Neon Pink #FB70C7

Tints of Neon Pink #FB70C7

RGB

 RED value IS 251 (98.44% from 255) = 44.66%

 GREEN value IS 112 (44.14% from 255) = 19.93%

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 44.66%
G = 19.93%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB70C7 (or 0xFB70C7) is known color: Neon Pink. HEX triplet: FB, 70 and C7. RGB value is (251,112,199). Sum of RGB (Red+Green+Blue) = 251+112+199=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70C7 is #048F38. Grayscale: #A3A3A3. Windows color (decimal): -298809 or 13070587. OLE color: 13070587.

HSL color Cylindrical-coordinate representation of color #FB70C7: hue angle of 322.45º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB70C7 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 112 199 -
CMYK 0 0.55 0.21 0.02
HSL 322.45º 0.95% 0.71% -
HSV(B) 322.45º 0.55% 0.98% -
XYZ 55.89 36.22 58.08 -
YUV 163.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 251 112 199 0 0.55 0.21 0.02 322.45 0.95 0.71
Hex FB 70 C7 0 37 15 2 142 5F 47
Octal 373 160 307 0 67 25 2 502 137 107
Binary 11111011 1110000 11000111 0 110111 10101 10 101000010 1011111 1000111

Color Harmonies of #FB70C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB70C7

Black with #FB70C7

Text Example


Text Example

White with #FB70C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB70C7; }

 p { color: rgb(251,112,199); }

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

background-color css

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

 a { background-color: rgb(251,112,199); }

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

border-color css

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

 span { border-color: rgb(251,112,199); }

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