#4745F9

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

Shades of Neon Blue #4745F9

Tints of Neon Blue #4745F9

Color information

#4745F9 (or 0x4745F9) is unknown color: approx Neon Blue. HEX triplet: 47, 45 and F9. RGB value is (71,69,249). Sum of RGB (Red+Green+Blue) = 71+69+249=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #4745F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4745F9 is #B8BA06. Grayscale: #595959. Windows color (decimal): -12106247 or 16336199. OLE color: 16336199.

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

Color convert

RGB7169249-
CMYK0.710.7200.02
HSL240.67º93.75%62.35%-
HSV(B)240.67º72.29%97.65%-
XYZ21.8312.4490.87-
YUV90.12217.66114.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.25%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 249 (97.66% from 255) = 64.01%
R=18.25%
G=17.74%
B=64.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71692490.710.7200.02240.6793.7562.35
Hex4745F9474802f15e3e
Octal1071053711071100236113676
Binary100011110001011111100110001111001000010111100011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4745F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4745F9; }

 p { color: rgb(71,69,249); }

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

<style>
 a { background-color: #4745F9; }

 a { background-color: rgb(71,69,249); }

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

<style>
 span { border-color: #4745F9; }

 span { border-color: rgb(71,69,249); }

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