Html Css Color HEX #F465CE Neon Pink

📋 copy color: '#F465CE'

red 244 ◦ green 101 ◦ blue 206

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

Shades of Neon Pink #F465CE

Tints of Neon Pink #F465CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.33%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 44.28%
G = 18.33%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F465CE (or 0xF465CE) is known color: Neon Pink. HEX triplet: F4, 65 and CE. RGB value is (244,101,206). Sum of RGB (Red+Green+Blue) = 244+101+206=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F465CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F465CE is #0B9A31. Grayscale: #9B9B9B. Windows color (decimal): -760370 or 13526516. OLE color: 13526516.

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

Color convert

RGB 244 101 206 -
CMYK 0 0.59 0.16 0.04
HSL 315.94º 0.87% 0.68% -
HSV(B) 315.94º 0.59% 0.96% -
XYZ 53.1 33 61.96 -
YUV 155.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 244 101 206 0 0.59 0.16 0.04 315.94 0.87 0.68
Hex F4 65 CE 0 3B 10 4 13C 57 44
Octal 364 145 316 0 73 20 4 474 127 104
Binary 11110100 1100101 11001110 0 111011 10000 100 100111100 1010111 1000100

Color Harmonies of #F465CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F465CE

Black with #F465CE

Text Example


Text Example

White with #F465CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F465CE; }

 p { color: rgb(244,101,206); }

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

background-color css

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

 a { background-color: rgb(244,101,206); }

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

border-color css

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

 span { border-color: rgb(244,101,206); }

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