#4a4fff

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

Shades of Neon Blue #4A4FFF

Tints of Neon Blue #4A4FFF

Color information

#4A4FFF (or 0x4A4FFF) is unknown color: approx Neon Blue. HEX triplet: 4A, 4F and FF. RGB value is (74,79,255). Sum of RGB (Red+Green+Blue) = 74+79+255=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A4FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A4FFF is #B5B000. Grayscale: #606060. Windows color (decimal): -11907073 or 16731978. OLE color: 16731978.

HSL color Cylindrical-coordinate representation of color #4A4FFF: hue angle of 238.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A4FFF is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7479255-
CMYK0.710.6900
HSL238.34º100%64.51%-
HSV(B)238.34º70.98%100%-
XYZ23.6714.2796.11-
YUV97.57216.84111.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.14%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 255 (100% from 255) = 62.5%
R=18.14%
G=19.36%
B=62.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal74792550.710.6900238.3410064.51
Hex4A4FFF474500ee6441
Octal11211737710710500356144101
Binary100101010011111111111110001111000101001110111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a4fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,79,255); }

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

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

 a { background-color: rgb(74,79,255); }

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

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

 span { border-color: rgb(74,79,255); }

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