Html Css Color HEX #FE7BCB Neon Pink

📋 copy color: '#FE7BCB'

red 254 ◦ green 123 ◦ blue 203

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

Shades of Neon Pink #FE7BCB

Tints of Neon Pink #FE7BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.21%

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

R = 43.79%
G = 21.21%
B = 35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE7BCB (or 0xFE7BCB) is known color: Neon Pink. HEX triplet: FE, 7B and CB. RGB value is (254,123,203). Sum of RGB (Red+Green+Blue) = 254+123+203=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BCB is #018434. Grayscale: #ABABAB. Windows color (decimal): -99381 or 13335550. OLE color: 13335550.

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

Color convert

RGB 254 123 203 -
CMYK 0 0.52 0.20 0.00
HSL 323.36º 0.98% 0.74% -
HSV(B) 323.36º 0.52% 1% -
XYZ 58.74 39.55 61.04 -
YUV 171.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 254 123 203 0 0.52 0.20 0.00 323.36 0.98 0.74
Hex FE 7B CB 0 34 14 0 143 62 4A
Octal 376 173 313 0 64 24 0 503 142 112
Binary 11111110 1111011 11001011 0 110100 10100 0 101000011 1100010 1001010

Color Harmonies of #FE7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BCB

Black with #FE7BCB

Text Example


Text Example

White with #FE7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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