#4F67FF

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

Shades of Neon Blue #4F67FF

Tints of Neon Blue #4F67FF

Color information

#4F67FF (or 0x4F67FF) is unknown color: approx Neon Blue. HEX triplet: 4F, 67 and FF. RGB value is (79,103,255). Sum of RGB (Red+Green+Blue) = 79+103+255=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F67FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F67FF is #B09800. Grayscale: #707070. Windows color (decimal): -11573249 or 16738127. OLE color: 16738127.

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

Color convert

RGB79103255-
CMYK0.690.6000
HSL231.82º100%65.49%-
HSV(B)231.82º69.02%100%-
XYZ26.1218.5896.82-
YUV113.15208.05103.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.08%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 255 (100% from 255) = 58.35%
R=18.08%
G=23.57%
B=58.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal791032550.690.6000231.8210065.49
Hex4F67FF453C00e86441
Octal1171473771057400350144101
Binary10011111100111111111111000101111100001110100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F67FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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