Html Css Color HEX #FB68D2 Neon Pink

📋 copy color: '#FB68D2'

red 251 ◦ green 104 ◦ blue 210

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

Shades of Neon Pink #FB68D2

Tints of Neon Pink #FB68D2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.41%

 BLUE value IS 210 (82.42% from 255) = 37.17%

R = 44.42%
G = 18.41%
B = 37.17%

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

#FB68D2 (or 0xFB68D2) is known color: Neon Pink. HEX triplet: FB, 68 and D2. RGB value is (251,104,210). Sum of RGB (Red+Green+Blue) = 251+104+210=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68D2 is #04972D. Grayscale: #9F9F9F. Windows color (decimal): -300846 or 13789435. OLE color: 13789435.

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

Color convert

RGB 251 104 210 -
CMYK 0 0.59 0.16 0.02
HSL 316.73º 0.95% 0.7% -
HSV(B) 316.73º 0.59% 0.98% -
XYZ 56.37 35.06 64.77 -
YUV 160.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 251 104 210 0 0.59 0.16 0.02 316.73 0.95 0.7
Hex FB 68 D2 0 3B 10 2 13D 5F 46
Octal 373 150 322 0 73 20 2 475 137 106
Binary 11111011 1101000 11010010 0 111011 10000 10 100111101 1011111 1000110

Color Harmonies of #FB68D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68D2

Black with #FB68D2

Text Example


Text Example

White with #FB68D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68D2; }

 p { color: rgb(251,104,210); }

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

background-color css

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

 a { background-color: rgb(251,104,210); }

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

border-color css

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

 span { border-color: rgb(251,104,210); }

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