Html Css Color HEX #FB66C5 Neon Pink

📋 copy color: '#FB66C5'

red 251 ◦ green 102 ◦ blue 197

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

Shades of Neon Pink #FB66C5

Tints of Neon Pink #FB66C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.82%

R = 45.64%
G = 18.55%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB66C5 (or 0xFB66C5) is known color: Neon Pink. HEX triplet: FB, 66 and C5. RGB value is (251,102,197). Sum of RGB (Red+Green+Blue) = 251+102+197=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66C5 is #04993A. Grayscale: #9D9D9D. Windows color (decimal): -301371 or 12936955. OLE color: 12936955.

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

Color convert

RGB 251 102 197 -
CMYK 0 0.59 0.22 0.02
HSL 321.75º 0.95% 0.69% -
HSV(B) 321.75º 0.59% 0.98% -
XYZ 54.61 34.04 56.52 -
YUV 157.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 251 102 197 0 0.59 0.22 0.02 321.75 0.95 0.69
Hex FB 66 C5 0 3B 16 2 142 5F 45
Octal 373 146 305 0 73 26 2 502 137 105
Binary 11111011 1100110 11000101 0 111011 10110 10 101000010 1011111 1000101

Color Harmonies of #FB66C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB66C5

Black with #FB66C5

Text Example


Text Example

White with #FB66C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB66C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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