Html Css Color HEX #F853C0 Neon Pink

📋 copy color: '#F853C0'

red 248 ◦ green 83 ◦ blue 192

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

Shades of Neon Pink #F853C0

Tints of Neon Pink #F853C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.87%

 BLUE value IS 192 (75.39% from 255) = 36.71%

R = 47.42%
G = 15.87%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F853C0 (or 0xF853C0) is known color: Neon Pink. HEX triplet: F8, 53 and C0. RGB value is (248,83,192). Sum of RGB (Red+Green+Blue) = 248+83+192=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F853C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853C0 is #07AC3F. Grayscale: #909090. Windows color (decimal): -502848 or 12604408. OLE color: 12604408.

HSL color Cylindrical-coordinate representation of color #F853C0: hue angle of 320.36º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853C0 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 192 -
CMYK 0 0.67 0.23 0.03
HSL 320.36º 0.92% 0.65% -
HSV(B) 320.36º 0.67% 0.97% -
XYZ 51.32 29.95 52.95 -
YUV 144.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 248 83 192 0 0.67 0.23 0.03 320.36 0.92 0.65
Hex F8 53 C0 0 43 17 3 140 5C 41
Octal 370 123 300 0 103 27 3 500 134 101
Binary 11111000 1010011 11000000 0 1000011 10111 11 101000000 1011100 1000001

Color Harmonies of #F853C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853C0

Black with #F853C0

Text Example


Text Example

White with #F853C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853C0; }

 p { color: rgb(248,83,192); }

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

background-color css

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

 a { background-color: rgb(248,83,192); }

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

border-color css

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

 span { border-color: rgb(248,83,192); }

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