Html Css Color HEX #FE5BD2 Neon Pink

📋 copy color: '#FE5BD2'

red 254 ◦ green 91 ◦ blue 210

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

Shades of Neon Pink #FE5BD2

Tints of Neon Pink #FE5BD2

RGB

 RED value IS 254 (99.61% from 255) = 45.77%

 GREEN value IS 91 (35.94% from 255) = 16.4%

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

R = 45.77%
G = 16.4%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE5BD2 (or 0xFE5BD2) is known color: Neon Pink. HEX triplet: FE, 5B and D2. RGB value is (254,91,210). Sum of RGB (Red+Green+Blue) = 254+91+210=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BD2 is #01A42D. Grayscale: #989898. Windows color (decimal): -107566 or 13786110. OLE color: 13786110.

HSL color Cylindrical-coordinate representation of color #FE5BD2: hue angle of 316.2º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BD2 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 91 210 -
CMYK 0 0.64 0.17 0.00
HSL 316.2º 0.99% 0.68% -
HSV(B) 316.2º 0.64% 1% -
XYZ 56.25 33.21 64.42 -
YUV 153.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 254 91 210 0 0.64 0.17 0.00 316.2 0.99 0.68
Hex FE 5B D2 0 40 11 0 13C 63 44
Octal 376 133 322 0 100 21 0 474 143 104
Binary 11111110 1011011 11010010 0 1000000 10001 0 100111100 1100011 1000100

Color Harmonies of #FE5BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5BD2

Black with #FE5BD2

Text Example


Text Example

White with #FE5BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5BD2; }

 p { color: rgb(254,91,210); }

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

background-color css

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

 a { background-color: rgb(254,91,210); }

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

border-color css

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

 span { border-color: rgb(254,91,210); }

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