Html Css Color HEX #FF62D4 Neon Pink

📋 copy color: '#FF62D4'

red 255 ◦ green 98 ◦ blue 212

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

Shades of Neon Pink #FF62D4

Tints of Neon Pink #FF62D4

RGB

 RED value IS 255 (100% from 255) = 45.13%

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

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 45.13%
G = 17.35%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF62D4 (or 0xFF62D4) is known color: Neon Pink. HEX triplet: FF, 62 and D4. RGB value is (255,98,212). Sum of RGB (Red+Green+Blue) = 255+98+212=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 98 (38.67% from 255 or 17.35% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF62D4 is #009D2B. Grayscale: #9D9D9D. Windows color (decimal): -40236 or 13918975. OLE color: 13918975.

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

Color convert

RGB 255 98 212 -
CMYK 0 0.62 0.17 0
HSL 316.43º 1% 0.69% -
HSV(B) 316.43º 0.62% 1% -
XYZ 57.49 34.75 65.96 -
YUV 157.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 255 98 212 0 0.62 0.17 0 316.43 1 0.69
Hex FF 62 D4 0 3E 11 0 13C 64 45
Octal 377 142 324 0 76 21 0 474 144 105
Binary 11111111 1100010 11010100 0 111110 10001 0 100111100 1100100 1000101

Color Harmonies of #FF62D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF62D4

Black with #FF62D4

Text Example


Text Example

White with #FF62D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF62D4; }

 p { color: rgb(255,98,212); }

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

background-color css

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

 a { background-color: rgb(255,98,212); }

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

border-color css

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

 span { border-color: rgb(255,98,212); }

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