Html Css Color HEX #FB70C9 Neon Pink

📋 copy color: '#FB70C9'

red 251 ◦ green 112 ◦ blue 201

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

Shades of Neon Pink #FB70C9

Tints of Neon Pink #FB70C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 44.5%
G = 19.86%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB70C9 (or 0xFB70C9) is known color: Neon Pink. HEX triplet: FB, 70 and C9. RGB value is (251,112,201). Sum of RGB (Red+Green+Blue) = 251+112+201=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70C9 is #048F36. Grayscale: #A3A3A3. Windows color (decimal): -298807 or 13201659. OLE color: 13201659.

HSL color Cylindrical-coordinate representation of color #FB70C9: hue angle of 321.58º 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 #FB70C9 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 112 201 -
CMYK 0 0.55 0.20 0.02
HSL 321.58º 0.95% 0.71% -
HSV(B) 321.58º 0.55% 0.98% -
XYZ 56.12 36.31 59.31 -
YUV 163.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 251 112 201 0 0.55 0.20 0.02 321.58 0.95 0.71
Hex FB 70 C9 0 37 14 2 142 5F 47
Octal 373 160 311 0 67 24 2 502 137 107
Binary 11111011 1110000 11001001 0 110111 10100 10 101000010 1011111 1000111

Color Harmonies of #FB70C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB70C9

Black with #FB70C9

Text Example


Text Example

White with #FB70C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB70C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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