Html Css Color HEX #FE6BC2 Neon Pink

📋 copy color: '#FE6BC2'

red 254 ◦ green 107 ◦ blue 194

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

Shades of Neon Pink #FE6BC2

Tints of Neon Pink #FE6BC2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.28%

 BLUE value IS 194 (76.17% from 255) = 34.95%

R = 45.77%
G = 19.28%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE6BC2 (or 0xFE6BC2) is known color: Neon Pink. HEX triplet: FE, 6B and C2. RGB value is (254,107,194). Sum of RGB (Red+Green+Blue) = 254+107+194=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BC2 is #01943D. Grayscale: #A0A0A0. Windows color (decimal): -103486 or 12741630. OLE color: 12741630.

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

Color convert

RGB 254 107 194 -
CMYK 0 0.58 0.24 0.00
HSL 324.49º 0.99% 0.71% -
HSV(B) 324.49º 0.58% 1% -
XYZ 55.87 35.48 54.94 -
YUV 160.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 254 107 194 0 0.58 0.24 0.00 324.49 0.99 0.71
Hex FE 6B C2 0 3A 18 0 144 63 47
Octal 376 153 302 0 72 30 0 504 143 107
Binary 11111110 1101011 11000010 0 111010 11000 0 101000100 1100011 1000111

Color Harmonies of #FE6BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BC2

Black with #FE6BC2

Text Example


Text Example

White with #FE6BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BC2; }

 p { color: rgb(254,107,194); }

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

background-color css

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

 a { background-color: rgb(254,107,194); }

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

border-color css

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

 span { border-color: rgb(254,107,194); }

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