Html Css Color HEX #F45DCC Neon Pink

📋 copy color: '#F45DCC'

red 244 ◦ green 93 ◦ blue 204

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

Shades of Neon Pink #F45DCC

Tints of Neon Pink #F45DCC

RGB

 RED value IS 244 (95.7% from 255) = 45.1%

 GREEN value IS 93 (36.72% from 255) = 17.19%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 45.1%
G = 17.19%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F45DCC (or 0xF45DCC) is known color: Neon Pink. HEX triplet: F4, 5D and CC. RGB value is (244,93,204). Sum of RGB (Red+Green+Blue) = 244+93+204=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DCC is #0BA233. Grayscale: #969696. Windows color (decimal): -762420 or 13393396. OLE color: 13393396.

HSL color Cylindrical-coordinate representation of color #F45DCC: hue angle of 315.89º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45DCC is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 93 204 -
CMYK 0 0.62 0.16 0.04
HSL 315.89º 0.87% 0.66% -
HSV(B) 315.89º 0.62% 0.96% -
XYZ 52.12 31.42 60.44 -
YUV 150.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 244 93 204 0 0.62 0.16 0.04 315.89 0.87 0.66
Hex F4 5D CC 0 3E 10 4 13C 57 42
Octal 364 135 314 0 76 20 4 474 127 102
Binary 11110100 1011101 11001100 0 111110 10000 100 100111100 1010111 1000010

Color Harmonies of #F45DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45DCC

Black with #F45DCC

Text Example


Text Example

White with #F45DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45DCC; }

 p { color: rgb(244,93,204); }

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

background-color css

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

 a { background-color: rgb(244,93,204); }

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

border-color css

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

 span { border-color: rgb(244,93,204); }

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