Html Css Color HEX #FB68DA Neon Pink

📋 copy color: '#FB68DA'

red 251 ◦ green 104 ◦ blue 218

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

Shades of Neon Pink #FB68DA

Tints of Neon Pink #FB68DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 43.8%
G = 18.15%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB68DA (or 0xFB68DA) is known color: Neon Pink. HEX triplet: FB, 68 and DA. RGB value is (251,104,218). Sum of RGB (Red+Green+Blue) = 251+104+218=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68DA is #049725. Grayscale: #A0A0A0. Windows color (decimal): -300838 or 14313723. OLE color: 14313723.

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

Color convert

RGB 251 104 218 -
CMYK 0 0.59 0.13 0.02
HSL 313.47º 0.95% 0.7% -
HSV(B) 313.47º 0.59% 0.98% -
XYZ 57.39 35.47 70.15 -
YUV 160.95 160.2 192.23 -
System Red Green Blue C M Y K H S L
Decimal 251 104 218 0 0.59 0.13 0.02 313.47 0.95 0.7
Hex FB 68 DA 0 3B D 2 139 5F 46
Octal 373 150 332 0 73 15 2 471 137 106
Binary 11111011 1101000 11011010 0 111011 1101 10 100111001 1011111 1000110

Color Harmonies of #FB68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68DA

Black with #FB68DA

Text Example


Text Example

White with #FB68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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