Html Css Color HEX #F15DC4 Neon Pink

📋 copy color: '#F15DC4'

red 241 ◦ green 93 ◦ blue 196

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

Shades of Neon Pink #F15DC4

Tints of Neon Pink #F15DC4

RGB

 RED value IS 241 (94.53% from 255) = 45.47%

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

 BLUE value IS 196 (76.95% from 255) = 36.98%

R = 45.47%
G = 17.55%
B = 36.98%

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

#F15DC4 (or 0xF15DC4) is known color: Neon Pink. HEX triplet: F1, 5D and C4. RGB value is (241,93,196). Sum of RGB (Red+Green+Blue) = 241+93+196=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DC4 is #0EA23B. Grayscale: #949494. Windows color (decimal): -959036 or 12869105. OLE color: 12869105.

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

Color convert

RGB 241 93 196 -
CMYK 0 0.61 0.19 0.05
HSL 318.24º 0.84% 0.65% -
HSV(B) 318.24º 0.61% 0.95% -
XYZ 50.15 30.52 55.47 -
YUV 148.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 241 93 196 0 0.61 0.19 0.05 318.24 0.84 0.65
Hex F1 5D C4 0 3D 13 5 13E 54 41
Octal 361 135 304 0 75 23 5 476 124 101
Binary 11110001 1011101 11000100 0 111101 10011 101 100111110 1010100 1000001

Color Harmonies of #F15DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DC4

Black with #F15DC4

Text Example


Text Example

White with #F15DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DC4; }

 p { color: rgb(241,93,196); }

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

background-color css

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

 a { background-color: rgb(241,93,196); }

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

border-color css

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

 span { border-color: rgb(241,93,196); }

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