Html Css Color HEX #F862D4 Neon Pink

📋 copy color: '#F862D4'

red 248 ◦ green 98 ◦ blue 212

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

Shades of Neon Pink #F862D4

Tints of Neon Pink #F862D4

RGB

 RED value IS 248 (97.27% from 255) = 44.44%

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

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

R = 44.44%
G = 17.56%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F862D4 (or 0xF862D4) is known color: Neon Pink. HEX triplet: F8, 62 and D4. RGB value is (248,98,212). Sum of RGB (Red+Green+Blue) = 248+98+212=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F862D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F862D4 is #079D2B. Grayscale: #9B9B9B. Windows color (decimal): -498988 or 13918968. OLE color: 13918968.

HSL color Cylindrical-coordinate representation of color #F862D4: hue angle of 314.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F862D4 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 98 212 -
CMYK 0 0.60 0.15 0.03
HSL 314.4º 0.91% 0.68% -
HSV(B) 314.4º 0.6% 0.97% -
XYZ 54.96 33.45 65.85 -
YUV 155.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 248 98 212 0 0.60 0.15 0.03 314.4 0.91 0.68
Hex F8 62 D4 0 3C F 3 13A 5B 44
Octal 370 142 324 0 74 17 3 472 133 104
Binary 11111000 1100010 11010100 0 111100 1111 11 100111010 1011011 1000100

Color Harmonies of #F862D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F862D4

Black with #F862D4

Text Example


Text Example

White with #F862D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F862D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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