Html Css Color HEX #FB70DA Neon Pink

📋 copy color: '#FB70DA'

red 251 ◦ green 112 ◦ blue 218

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

Shades of Neon Pink #FB70DA

Tints of Neon Pink #FB70DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 43.2%
G = 19.28%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB70DA (or 0xFB70DA) is known color: Neon Pink. HEX triplet: FB, 70 and DA. RGB value is (251,112,218). Sum of RGB (Red+Green+Blue) = 251+112+218=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB70DA is #048F25. Grayscale: #A5A5A5. Windows color (decimal): -298790 or 14315771. OLE color: 14315771.

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

Color convert

RGB 251 112 218 -
CMYK 0 0.55 0.13 0.02
HSL 314.24º 0.95% 0.71% -
HSV(B) 314.24º 0.55% 0.98% -
XYZ 58.23 37.16 70.43 -
YUV 165.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 251 112 218 0 0.55 0.13 0.02 314.24 0.95 0.71
Hex FB 70 DA 0 37 D 2 13A 5F 47
Octal 373 160 332 0 67 15 2 472 137 107
Binary 11111011 1110000 11011010 0 110111 1101 10 100111010 1011111 1000111

Color Harmonies of #FB70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB70DA

Black with #FB70DA

Text Example


Text Example

White with #FB70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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