Html Css Color HEX #4F41EC Neon Blue

📋 copy color: '#4F41EC'

red 79 ◦ green 65 ◦ blue 236

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

Shades of Neon Blue #4F41EC

Tints of Neon Blue #4F41EC

RGB

 RED value IS 79 (31.25% from 255) = 20.79%

 GREEN value IS 65 (25.78% from 255) = 17.11%

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 20.79%
G = 17.11%
B = 62.11%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4F41EC (or 0x4F41EC) is known color: Neon Blue. HEX triplet: 4F, 41 and EC. RGB value is (79,65,236). Sum of RGB (Red+Green+Blue) = 79+65+236=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F41EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F41EC is #B0BE13. Grayscale: #585858. Windows color (decimal): -11582996 or 15483215. OLE color: 15483215.

HSL color Cylindrical-coordinate representation of color #4F41EC: hue angle of 244.91º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F41EC is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 65 236 -
CMYK 0.67 0.72 0 0.07
HSL 244.91º 0.82% 0.59% -
HSV(B) 244.91º 0.72% 0.93% -
XYZ 20.26 11.5 80.51 -
YUV 88.68 211.14 121.1 -
System Red Green Blue C M Y K H S L
Decimal 79 65 236 0.67 0.72 0 0.07 244.91 0.82 0.59
Hex 4F 41 EC 43 48 0 7 F5 52 3B
Octal 117 101 354 103 110 0 7 365 122 73
Binary 1001111 1000001 11101100 1000011 1001000 0 111 11110101 1010010 111011

Color Harmonies of #4F41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F41EC

Black with #4F41EC

Text Example


Text Example

White with #4F41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F41EC; }

 p { color: rgb(79,65,236); }

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

background-color css

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

 a { background-color: rgb(79,65,236); }

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

border-color css

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

 span { border-color: rgb(79,65,236); }

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