#394BFA

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

Shades of Neon Blue #394BFA

Tints of Neon Blue #394BFA

Color information

#394BFA (or 0x394BFA) is unknown color: approx Neon Blue. HEX triplet: 39, 4B and FA. RGB value is (57,75,250). Sum of RGB (Red+Green+Blue) = 57+75+250=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #394BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394BFA is #C6B405. Grayscale: #585858. Windows color (decimal): -13022214 or 16403257. OLE color: 16403257.

HSL color Cylindrical-coordinate representation of color #394BFA: hue angle of 234.4º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #394BFA is Cyan = 0.77, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5775250-
CMYK0.770.700.02
HSL234.4º95.07%60.2%-
HSV(B)234.4º77.2%98.04%-
XYZ21.4612.891.78-
YUV89.57218.54104.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.92%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 250 (98.05% from 255) = 65.45%
R=14.92%
G=19.63%
B=65.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal57752500.770.700.02234.495.0760.2
Hex394BFA4D4602ea5f3c
Octal711133721151060235213774
Binary11100110010111111101010011011000110010111010101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394BFA; }

 p { color: rgb(57,75,250); }

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

<style>
 a { background-color: #394BFA; }

 a { background-color: rgb(57,75,250); }

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

<style>
 span { border-color: #394BFA; }

 span { border-color: rgb(57,75,250); }

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