Html Css Color HEX #F853CB Neon Pink

📋 copy color: '#F853CB'

red 248 ◦ green 83 ◦ blue 203

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

Shades of Neon Pink #F853CB

Tints of Neon Pink #F853CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 46.44%
G = 15.54%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F853CB (or 0xF853CB) is known color: Neon Pink. HEX triplet: F8, 53 and CB. RGB value is (248,83,203). Sum of RGB (Red+Green+Blue) = 248+83+203=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F853CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853CB is #07AC34. Grayscale: #919191. Windows color (decimal): -502837 or 13325304. OLE color: 13325304.

HSL color Cylindrical-coordinate representation of color #F853CB: hue angle of 316.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 #F853CB is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 203 -
CMYK 0 0.67 0.18 0.03
HSL 316.36º 0.92% 0.65% -
HSV(B) 316.36º 0.67% 0.97% -
XYZ 52.58 30.45 59.61 -
YUV 146.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 248 83 203 0 0.67 0.18 0.03 316.36 0.92 0.65
Hex F8 53 CB 0 43 12 3 13C 5C 41
Octal 370 123 313 0 103 22 3 474 134 101
Binary 11111000 1010011 11001011 0 1000011 10010 11 100111100 1011100 1000001

Color Harmonies of #F853CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853CB

Black with #F853CB

Text Example


Text Example

White with #F853CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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