Html Css Color HEX #F35EC5 Neon Pink

📋 copy color: '#F35EC5'

red 243 ◦ green 94 ◦ blue 197

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

Shades of Neon Pink #F35EC5

Tints of Neon Pink #F35EC5

RGB

 RED value IS 243 (95.31% from 255) = 45.51%

 GREEN value IS 94 (37.11% from 255) = 17.6%

 BLUE value IS 197 (77.34% from 255) = 36.89%

R = 45.51%
G = 17.6%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F35EC5 (or 0xF35EC5) is known color: Neon Pink. HEX triplet: F3, 5E and C5. RGB value is (243,94,197). Sum of RGB (Red+Green+Blue) = 243+94+197=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35EC5 is #0CA13A. Grayscale: #969696. Windows color (decimal): -827707 or 12934899. OLE color: 12934899.

HSL color Cylindrical-coordinate representation of color #F35EC5: hue angle of 318.52º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EC5 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 94 197 -
CMYK 0 0.61 0.19 0.05
HSL 318.52º 0.86% 0.66% -
HSV(B) 318.52º 0.61% 0.95% -
XYZ 51.04 31.09 56.13 -
YUV 150.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 243 94 197 0 0.61 0.19 0.05 318.52 0.86 0.66
Hex F3 5E C5 0 3D 13 5 13F 56 42
Octal 363 136 305 0 75 23 5 477 126 102
Binary 11110011 1011110 11000101 0 111101 10011 101 100111111 1010110 1000010

Color Harmonies of #F35EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35EC5

Black with #F35EC5

Text Example


Text Example

White with #F35EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35EC5; }

 p { color: rgb(243,94,197); }

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

background-color css

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

 a { background-color: rgb(243,94,197); }

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

border-color css

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

 span { border-color: rgb(243,94,197); }

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