Html Css Color HEX #FB75D2 Neon Pink

📋 copy color: '#FB75D2'

red 251 ◦ green 117 ◦ blue 210

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

Shades of Neon Pink #FB75D2

Tints of Neon Pink #FB75D2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.24%

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 43.43%
G = 20.24%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB75D2 (or 0xFB75D2) is known color: Neon Pink. HEX triplet: FB, 75 and D2. RGB value is (251,117,210). Sum of RGB (Red+Green+Blue) = 251+117+210=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB75D2 is #048A2D. Grayscale: #A7A7A7. Windows color (decimal): -297518 or 13792763. OLE color: 13792763.

HSL color Cylindrical-coordinate representation of color #FB75D2: hue angle of 318.36º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB75D2 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 210 -
CMYK 0 0.53 0.16 0.02
HSL 318.36º 0.94% 0.72% -
HSV(B) 318.36º 0.53% 0.98% -
XYZ 57.78 37.88 65.24 -
YUV 167.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 251 117 210 0 0.53 0.16 0.02 318.36 0.94 0.72
Hex FB 75 D2 0 35 10 2 13E 5E 48
Octal 373 165 322 0 65 20 2 476 136 110
Binary 11111011 1110101 11010010 0 110101 10000 10 100111110 1011110 1001000

Color Harmonies of #FB75D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB75D2

Black with #FB75D2

Text Example


Text Example

White with #FB75D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB75D2; }

 p { color: rgb(251,117,210); }

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

background-color css

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

 a { background-color: rgb(251,117,210); }

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

border-color css

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

 span { border-color: rgb(251,117,210); }

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