#4F54FD

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

Shades of Neon Blue #4F54FD

Tints of Neon Blue #4F54FD

Color information

#4F54FD (or 0x4F54FD) is unknown color: approx Neon Blue. HEX triplet: 4F, 54 and FD. RGB value is (79,84,253). Sum of RGB (Red+Green+Blue) = 79+84+253=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F54FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F54FD is #B0AB02. Grayscale: #656565. Windows color (decimal): -11578115 or 16602191. OLE color: 16602191.

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

Color convert

RGB7984253-
CMYK0.690.6700.01
HSL238.28º97.75%65.1%-
HSV(B)238.28º68.77%99.22%-
XYZ24.1215.0994.57-
YUV101.77213.34111.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.99%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 253 (99.22% from 255) = 60.82%
R=18.99%
G=20.19%
B=60.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal79842530.690.6700.01238.2897.7565.1
Hex4F54FD454301ee6241
Octal11712437510510301356142101
Binary100111110101001111110110001011000011011110111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F54FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,253); }

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

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

 a { background-color: rgb(79,84,253); }

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

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

 span { border-color: rgb(79,84,253); }

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