#374EFB

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

Shades of Neon Blue #374EFB

Tints of Neon Blue #374EFB

Color information

#374EFB (or 0x374EFB) is unknown color: approx Neon Blue. HEX triplet: 37, 4E and FB. RGB value is (55,78,251). Sum of RGB (Red+Green+Blue) = 55+78+251=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #374EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EFB is #C8B104. Grayscale: #5A5A5A. Windows color (decimal): -13152517 or 16469559. OLE color: 16469559.

HSL color Cylindrical-coordinate representation of color #374EFB: hue angle of 232.96º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374EFB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5578251-
CMYK0.780.6900.02
HSL232.96º96.08%60%-
HSV(B)232.96º78.09%98.43%-
XYZ21.7113.2392.68-
YUV90.84218.38102.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.32%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 251 (98.44% from 255) = 65.36%
R=14.32%
G=20.31%
B=65.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal55782510.780.6900.02232.9696.0860
Hex374EFB4E4502e9603c
Octal671163731161050235114074
Binary11011110011101111101110011101000101010111010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374EFB; }

 p { color: rgb(55,78,251); }

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

<style>
 a { background-color: #374EFB; }

 a { background-color: rgb(55,78,251); }

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

<style>
 span { border-color: #374EFB; }

 span { border-color: rgb(55,78,251); }

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