#4F4DFA

Color #4F4DFA Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4F4DFA

Tints of Neon Blue #4F4DFA

Color information

#4F4DFA (or 0x4F4DFA) is unknown color: approx Neon Blue. HEX triplet: 4F, 4D and FA. RGB value is (79,77,250). Sum of RGB (Red+Green+Blue) = 79+77+250=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F4DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F4DFA is #B0B205. Grayscale: #606060. Windows color (decimal): -11579910 or 16403791. OLE color: 16403791.

HSL color Cylindrical-coordinate representation of color #4F4DFA: hue angle of 240.69º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F4DFA is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7977250-
CMYK0.680.6900.02
HSL240.69º94.54%64.12%-
HSV(B)240.69º69.2%98.04%-
XYZ23.1313.8791.9-
YUV97.32214.16114.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.46%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 250 (98.05% from 255) = 61.58%
R=19.46%
G=18.97%
B=61.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal79772500.680.6900.02240.6994.5464.12
Hex4F4DFA444502f15f40
Octal11711537210410502361137100
Binary1001111100110111111010100010010001010101111000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,77,250); }

 H1.HeaderClassName
 {
   color: #4F4DFA;
 }
 .AnyTagClassName
 {
   color: #4F4DFA;
 }
</style>
background-color css

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

 a { background-color: rgb(79,77,250); }

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

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

 span { border-color: rgb(79,77,250); }

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