Html Css Color HEX #FE6CDA Neon Pink

📋 copy color: '#FE6CDA'

red 254 ◦ green 108 ◦ blue 218

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

Shades of Neon Pink #FE6CDA

Tints of Neon Pink #FE6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.62%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 43.79%
G = 18.62%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE6CDA (or 0xFE6CDA) is known color: Neon Pink. HEX triplet: FE, 6C and DA. RGB value is (254,108,218). Sum of RGB (Red+Green+Blue) = 254+108+218=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CDA is #019325. Grayscale: #A3A3A3. Windows color (decimal): -103206 or 14314750. OLE color: 14314750.

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

Color convert

RGB 254 108 218 -
CMYK 0 0.57 0.14 0.00
HSL 314.79º 0.99% 0.71% -
HSV(B) 314.79º 0.57% 1% -
XYZ 58.89 36.86 70.34 -
YUV 164.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 254 108 218 0 0.57 0.14 0.00 314.79 0.99 0.71
Hex FE 6C DA 0 39 E 0 13B 63 47
Octal 376 154 332 0 71 16 0 473 143 107
Binary 11111110 1101100 11011010 0 111001 1110 0 100111011 1100011 1000111

Color Harmonies of #FE6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6CDA

Black with #FE6CDA

Text Example


Text Example

White with #FE6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6CDA; }

 p { color: rgb(254,108,218); }

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

background-color css

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

 a { background-color: rgb(254,108,218); }

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

border-color css

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

 span { border-color: rgb(254,108,218); }

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