#464AFB

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

Shades of Neon Blue #464AFB

Tints of Neon Blue #464AFB

Color information

#464AFB (or 0x464AFB) is unknown color: approx Neon Blue. HEX triplet: 46, 4A and FB. RGB value is (70,74,251). Sum of RGB (Red+Green+Blue) = 70+74+251=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #464AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464AFB is #B9B504. Grayscale: #5C5C5C. Windows color (decimal): -12170501 or 16468550. OLE color: 16468550.

HSL color Cylindrical-coordinate representation of color #464AFB: hue angle of 238.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464AFB is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7074251-
CMYK0.720.7100.02
HSL238.67º95.77%62.94%-
HSV(B)238.67º72.11%98.43%-
XYZ22.3913.1692.63-
YUV92.98217.17111.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 251 (98.44% from 255) = 63.54%
R=17.72%
G=18.73%
B=63.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70742510.720.7100.02238.6795.7762.94
Hex464AFB484702ef603f
Octal1061123731101070235714077
Binary100011010010101111101110010001000111010111011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464AFB; }

 p { color: rgb(70,74,251); }

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

<style>
 a { background-color: #464AFB; }

 a { background-color: rgb(70,74,251); }

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

<style>
 span { border-color: #464AFB; }

 span { border-color: rgb(70,74,251); }

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