#4561FD

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

Shades of Neon Blue #4561FD

Tints of Neon Blue #4561FD

Color information

#4561FD (or 0x4561FD) is unknown color: approx Neon Blue. HEX triplet: 45, 61 and FD. RGB value is (69,97,253). Sum of RGB (Red+Green+Blue) = 69+97+253=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #4561FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4561FD is #BA9E02. Grayscale: #696969. Windows color (decimal): -12230147 or 16605509. OLE color: 16605509.

HSL color Cylindrical-coordinate representation of color #4561FD: hue angle of 230.87º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4561FD is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6997253-
CMYK0.730.6200.01
HSL230.87º97.87%63.14%-
HSV(B)230.87º72.73%99.22%-
XYZ24.4616.9194.9-
YUV106.41210.72101.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.47%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 253 (99.22% from 255) = 60.38%
R=16.47%
G=23.15%
B=60.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal69972530.730.6200.01230.8797.8763.14
Hex4561FD493E01e7623f
Octal105141375111760134714277
Binary1000101110000111111101100100111111001111001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4561FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4561FD; }

 p { color: rgb(69,97,253); }

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

<style>
 a { background-color: #4561FD; }

 a { background-color: rgb(69,97,253); }

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

<style>
 span { border-color: #4561FD; }

 span { border-color: rgb(69,97,253); }

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