#374FFB

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

Shades of Neon Blue #374FFB

Tints of Neon Blue #374FFB

Color information

#374FFB (or 0x374FFB) is unknown color: approx Neon Blue. HEX triplet: 37, 4F and FB. RGB value is (55,79,251). Sum of RGB (Red+Green+Blue) = 55+79+251=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #374FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374FFB is #C8B004. Grayscale: #5A5A5A. Windows color (decimal): -13152261 or 16469815. OLE color: 16469815.

HSL color Cylindrical-coordinate representation of color #374FFB: hue angle of 232.65º 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 #374FFB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5579251-
CMYK0.780.6900.02
HSL232.65º96.08%60%-
HSV(B)232.65º78.09%98.43%-
XYZ21.7813.3792.7-
YUV91.43218.05102.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.29%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 251 (98.44% from 255) = 65.19%
R=14.29%
G=20.52%
B=65.19%

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
Decimal55792510.780.6900.02232.6596.0860
Hex374FFB4E4502e9603c
Octal671173731161050235114074
Binary11011110011111111101110011101000101010111010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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