Html Css Color HEX #FB66DD Neon Pink

📋 copy color: '#FB66DD'

red 251 ◦ green 102 ◦ blue 221

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

Shades of Neon Pink #FB66DD

Tints of Neon Pink #FB66DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 43.73%
G = 17.77%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB66DD (or 0xFB66DD) is known color: Neon Pink. HEX triplet: FB, 66 and DD. RGB value is (251,102,221). Sum of RGB (Red+Green+Blue) = 251+102+221=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 102 (40.23% from 255 or 17.77% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66DD is #049922. Grayscale: #9F9F9F. Windows color (decimal): -301347 or 14509819. OLE color: 14509819.

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

Color convert

RGB 251 102 221 -
CMYK 0 0.59 0.12 0.02
HSL 312.08º 0.95% 0.69% -
HSV(B) 312.08º 0.59% 0.98% -
XYZ 57.59 35.23 72.17 -
YUV 160.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 251 102 221 0 0.59 0.12 0.02 312.08 0.95 0.69
Hex FB 66 DD 0 3B C 2 138 5F 45
Octal 373 146 335 0 73 14 2 470 137 105
Binary 11111011 1100110 11011101 0 111011 1100 10 100111000 1011111 1000101

Color Harmonies of #FB66DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB66DD

Black with #FB66DD

Text Example


Text Example

White with #FB66DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB66DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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