Html Css Color HEX #FE61CB Neon Pink

📋 copy color: '#FE61CB'

red 254 ◦ green 97 ◦ blue 203

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

Shades of Neon Pink #FE61CB

Tints of Neon Pink #FE61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.51%

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 45.85%
G = 17.51%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE61CB (or 0xFE61CB) is known color: Neon Pink. HEX triplet: FE, 61 and CB. RGB value is (254,97,203). Sum of RGB (Red+Green+Blue) = 254+97+203=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61CB is #019E34. Grayscale: #9B9B9B. Windows color (decimal): -106037 or 13328894. OLE color: 13328894.

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

Color convert

RGB 254 97 203 -
CMYK 0 0.62 0.20 0.00
HSL 319.49º 0.99% 0.69% -
HSV(B) 319.49º 0.62% 1% -
XYZ 55.93 33.93 60.1 -
YUV 156.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 254 97 203 0 0.62 0.20 0.00 319.49 0.99 0.69
Hex FE 61 CB 0 3E 14 0 13F 63 45
Octal 376 141 313 0 76 24 0 477 143 105
Binary 11111110 1100001 11001011 0 111110 10100 0 100111111 1100011 1000101

Color Harmonies of #FE61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE61CB

Black with #FE61CB

Text Example


Text Example

White with #FE61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE61CB; }

 p { color: rgb(254,97,203); }

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

background-color css

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

 a { background-color: rgb(254,97,203); }

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

border-color css

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

 span { border-color: rgb(254,97,203); }

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