#4563FE

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

Shades of Neon Blue #4563FE

Tints of Neon Blue #4563FE

Color information

#4563FE (or 0x4563FE) is unknown color: approx Neon Blue. HEX triplet: 45, 63 and FE. RGB value is (69,99,254). Sum of RGB (Red+Green+Blue) = 69+99+254=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #4563FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4563FE is #BA9C01. Grayscale: #6B6B6B. Windows color (decimal): -12229634 or 16671557. OLE color: 16671557.

HSL color Cylindrical-coordinate representation of color #4563FE: hue angle of 230.27º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4563FE is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6999254-
CMYK0.730.6100.00
HSL230.27º98.93%63.33%-
HSV(B)230.27º72.83%99.61%-
XYZ24.8117.3495.81-
YUV107.7210.56100.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.35%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 254 (99.61% from 255) = 60.19%
R=16.35%
G=23.46%
B=60.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal69992540.730.6100.00230.2798.9363.33
Hex4563FE493D00e6633f
Octal105143376111750034614377
Binary1000101110001111111110100100111110100111001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4563FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4563FE; }

 p { color: rgb(69,99,254); }

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

<style>
 a { background-color: #4563FE; }

 a { background-color: rgb(69,99,254); }

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

<style>
 span { border-color: #4563FE; }

 span { border-color: rgb(69,99,254); }

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