Html Css Color HEX #FB68DD Neon Pink

📋 copy color: '#FB68DD'

red 251 ◦ green 104 ◦ blue 221

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

Shades of Neon Pink #FB68DD

Tints of Neon Pink #FB68DD

RGB

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

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

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

R = 43.58%
G = 18.06%
B = 38.37%

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

#FB68DD (or 0xFB68DD) is known color: Neon Pink. HEX triplet: FB, 68 and DD. RGB value is (251,104,221). Sum of RGB (Red+Green+Blue) = 251+104+221=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68DD is #049722. Grayscale: #A0A0A0. Windows color (decimal): -300835 or 14510331. OLE color: 14510331.

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

Color convert

RGB 251 104 221 -
CMYK 0 0.59 0.12 0.02
HSL 312.24º 0.95% 0.7% -
HSV(B) 312.24º 0.59% 0.98% -
XYZ 57.79 35.63 72.24 -
YUV 161.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 251 104 221 0 0.59 0.12 0.02 312.24 0.95 0.7
Hex FB 68 DD 0 3B C 2 138 5F 46
Octal 373 150 335 0 73 14 2 470 137 106
Binary 11111011 1101000 11011101 0 111011 1100 10 100111000 1011111 1000110

Color Harmonies of #FB68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB68DD

Black with #FB68DD

Text Example


Text Example

White with #FB68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB68DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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