Html Css Color HEX #FE62DA Neon Pink

📋 copy color: '#FE62DA'

red 254 ◦ green 98 ◦ blue 218

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

Shades of Neon Pink #FE62DA

Tints of Neon Pink #FE62DA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.19%

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

R = 44.56%
G = 17.19%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE62DA (or 0xFE62DA) is known color: Neon Pink. HEX triplet: FE, 62 and DA. RGB value is (254,98,218). Sum of RGB (Red+Green+Blue) = 254+98+218=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 98 (38.67% from 255 or 17.19% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62DA is #019D25. Grayscale: #9E9E9E. Windows color (decimal): -105766 or 14312190. OLE color: 14312190.

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

Color convert

RGB 254 98 218 -
CMYK 0 0.61 0.14 0.00
HSL 313.85º 0.99% 0.69% -
HSV(B) 313.85º 0.61% 1% -
XYZ 57.9 34.87 70.01 -
YUV 158.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 254 98 218 0 0.61 0.14 0.00 313.85 0.99 0.69
Hex FE 62 DA 0 3D E 0 13A 63 45
Octal 376 142 332 0 75 16 0 472 143 105
Binary 11111110 1100010 11011010 0 111101 1110 0 100111010 1100011 1000101

Color Harmonies of #FE62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE62DA

Black with #FE62DA

Text Example


Text Example

White with #FE62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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