Html Css Color HEX #FB6ED4 Neon Pink

📋 copy color: '#FB6ED4'

red 251 ◦ green 110 ◦ blue 212

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

Shades of Neon Pink #FB6ED4

Tints of Neon Pink #FB6ED4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.2%

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

R = 43.8%
G = 19.2%
B = 37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB6ED4 (or 0xFB6ED4) is known color: Neon Pink. HEX triplet: FB, 6E and D4. RGB value is (251,110,212). Sum of RGB (Red+Green+Blue) = 251+110+212=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ED4 is #04912B. Grayscale: #A3A3A3. Windows color (decimal): -299308 or 13922043. OLE color: 13922043.

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

Color convert

RGB 251 110 212 -
CMYK 0 0.56 0.16 0.02
HSL 316.6º 0.95% 0.71% -
HSV(B) 316.6º 0.56% 0.98% -
XYZ 57.24 36.41 66.3 -
YUV 163.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 251 110 212 0 0.56 0.16 0.02 316.6 0.95 0.71
Hex FB 6E D4 0 38 10 2 13D 5F 47
Octal 373 156 324 0 70 20 2 475 137 107
Binary 11111011 1101110 11010100 0 111000 10000 10 100111101 1011111 1000111

Color Harmonies of #FB6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6ED4

Black with #FB6ED4

Text Example


Text Example

White with #FB6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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