Html Css Color HEX #FB66D4 Neon Pink

📋 copy color: '#FB66D4'

red 251 ◦ green 102 ◦ blue 212

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

Shades of Neon Pink #FB66D4

Tints of Neon Pink #FB66D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 44.42%
G = 18.05%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB66D4 (or 0xFB66D4) is known color: Neon Pink. HEX triplet: FB, 66 and D4. RGB value is (251,102,212). Sum of RGB (Red+Green+Blue) = 251+102+212=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66D4 is #04992B. Grayscale: #9E9E9E. Windows color (decimal): -301356 or 13919995. OLE color: 13919995.

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

Color convert

RGB 251 102 212 -
CMYK 0 0.59 0.16 0.02
HSL 315.7º 0.95% 0.69% -
HSV(B) 315.7º 0.59% 0.98% -
XYZ 56.42 34.77 66.02 -
YUV 159.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 251 102 212 0 0.59 0.16 0.02 315.7 0.95 0.69
Hex FB 66 D4 0 3B 10 2 13C 5F 45
Octal 373 146 324 0 73 20 2 474 137 105
Binary 11111011 1100110 11010100 0 111011 10000 10 100111100 1011111 1000101

Color Harmonies of #FB66D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB66D4

Black with #FB66D4

Text Example


Text Example

White with #FB66D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB66D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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