#F362CD

Color #F362CD Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F362CD

Tints of Neon Pink #F362CD

Color information

#F362CD (or 0xF362CD) is unknown color: approx Neon Pink. HEX triplet: F3, 62 and CD. RGB value is (243,98,205). Sum of RGB (Red+Green+Blue) = 243+98+205=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F362CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F362CD is #0C9D32. Grayscale: #999999. Windows color (decimal): -826675 or 13460211. OLE color: 13460211.

HSL color Cylindrical-coordinate representation of color #F362CD: hue angle of 315.72º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F362CD is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB24398205-
CMYK00.600.160.05
HSL315.72º85.8%66.86%-
HSV(B)315.72º59.67%95.29%-
XYZ52.3532.261.21-
YUV153.55157.04191.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.51%
GREEN value IS 98 (38.67% from 255) = 17.95%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=44.51%
G=17.95%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439820500.600.160.05315.7285.866.86
HexF362CD03C10513c5643
Octal363142315074205474126103
Binary1111001111000101100110101111001000010110011110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F362CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F362CD; }

 p { color: rgb(243,98,205); }

 H1.HeaderClassName
 {
   color: #F362CD;
 }
 .AnyTagClassName
 {
   color: #F362CD;
 }
</style>
background-color css

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

 a { background-color: rgb(243,98,205); }

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

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

 span { border-color: rgb(243,98,205); }

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