Html Css Color HEX #F074D4 Neon Pink

📋 copy color: '#F074D4'

red 240 ◦ green 116 ◦ blue 212

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

Shades of Neon Pink #F074D4

Tints of Neon Pink #F074D4

RGB

 RED value IS 240 (94.14% from 255) = 42.25%

 GREEN value IS 116 (45.7% from 255) = 20.42%

 BLUE value IS 212 (83.2% from 255) = 37.32%

R = 42.25%
G = 20.42%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F074D4 (or 0xF074D4) is known color: Neon Pink. HEX triplet: F0, 74 and D4. RGB value is (240,116,212). Sum of RGB (Red+Green+Blue) = 240+116+212=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F074D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074D4 is #0F8B2B. Grayscale: #A3A3A3. Windows color (decimal): -1018668 or 13923568. OLE color: 13923568.

HSL color Cylindrical-coordinate representation of color #F074D4: hue angle of 313.55º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074D4 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 212 -
CMYK 0 0.52 0.12 0.06
HSL 313.55º 0.81% 0.7% -
HSV(B) 313.55º 0.52% 0.94% -
XYZ 54.06 35.77 66.34 -
YUV 164.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 240 116 212 0 0.52 0.12 0.06 313.55 0.81 0.7
Hex F0 74 D4 0 34 C 6 13A 51 46
Octal 360 164 324 0 64 14 6 472 121 106
Binary 11110000 1110100 11010100 0 110100 1100 110 100111010 1010001 1000110

Color Harmonies of #F074D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074D4

Black with #F074D4

Text Example


Text Example

White with #F074D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074D4; }

 p { color: rgb(240,116,212); }

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

background-color css

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

 a { background-color: rgb(240,116,212); }

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

border-color css

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

 span { border-color: rgb(240,116,212); }

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