Html Css Color HEX #FB69D5 Neon Pink

📋 copy color: '#FB69D5'

red 251 ◦ green 105 ◦ blue 213

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

Shades of Neon Pink #FB69D5

Tints of Neon Pink #FB69D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.45%

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

R = 44.11%
G = 18.45%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB69D5 (or 0xFB69D5) is known color: Neon Pink. HEX triplet: FB, 69 and D5. RGB value is (251,105,213). Sum of RGB (Red+Green+Blue) = 251+105+213=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB69D5 is #04962A. Grayscale: #A0A0A0. Windows color (decimal): -300587 or 13986299. OLE color: 13986299.

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

Color convert

RGB 251 105 213 -
CMYK 0 0.58 0.15 0.02
HSL 315.62º 0.95% 0.7% -
HSV(B) 315.62º 0.58% 0.98% -
XYZ 56.85 35.42 66.79 -
YUV 160.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 251 105 213 0 0.58 0.15 0.02 315.62 0.95 0.7
Hex FB 69 D5 0 3A F 2 13C 5F 46
Octal 373 151 325 0 72 17 2 474 137 106
Binary 11111011 1101001 11010101 0 111010 1111 10 100111100 1011111 1000110

Color Harmonies of #FB69D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB69D5

Black with #FB69D5

Text Example


Text Example

White with #FB69D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB69D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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