Html Css Color HEX #FB66D5 Neon Pink

📋 copy color: '#FB66D5'

red 251 ◦ green 102 ◦ blue 213

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

Shades of Neon Pink #FB66D5

Tints of Neon Pink #FB66D5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.02%

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 44.35%
G = 18.02%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB66D5 (or 0xFB66D5) is known color: Neon Pink. HEX triplet: FB, 66 and D5. RGB value is (251,102,213). Sum of RGB (Red+Green+Blue) = 251+102+213=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66D5 is #04992A. Grayscale: #9E9E9E. Windows color (decimal): -301355 or 13985531. OLE color: 13985531.

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

Color convert

RGB 251 102 213 -
CMYK 0 0.59 0.15 0.02
HSL 315.3º 0.95% 0.69% -
HSV(B) 315.3º 0.59% 0.98% -
XYZ 56.55 34.82 66.69 -
YUV 159.21 158.36 193.47 -
System Red Green Blue C M Y K H S L
Decimal 251 102 213 0 0.59 0.15 0.02 315.3 0.95 0.69
Hex FB 66 D5 0 3B F 2 13B 5F 45
Octal 373 146 325 0 73 17 2 473 137 105
Binary 11111011 1100110 11010101 0 111011 1111 10 100111011 1011111 1000101

Color Harmonies of #FB66D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB66D5

Black with #FB66D5

Text Example


Text Example

White with #FB66D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB66D5; }

 p { color: rgb(251,102,213); }

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

background-color css

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

 a { background-color: rgb(251,102,213); }

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

border-color css

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

 span { border-color: rgb(251,102,213); }

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