#374DFB

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

Shades of Neon Blue #374DFB

Tints of Neon Blue #374DFB

Color information

#374DFB (or 0x374DFB) is unknown color: approx Neon Blue. HEX triplet: 37, 4D and FB. RGB value is (55,77,251). Sum of RGB (Red+Green+Blue) = 55+77+251=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #374DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374DFB is #C8B204. Grayscale: #595959. Windows color (decimal): -13152773 or 16469303. OLE color: 16469303.

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

Color convert

RGB5577251-
CMYK0.780.6900.02
HSL233.27º96.08%60%-
HSV(B)233.27º78.09%98.43%-
XYZ21.6413.0992.65-
YUV90.26218.71102.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.36%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 251 (98.44% from 255) = 65.54%
R=14.36%
G=20.10%
B=65.54%

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
Decimal55772510.780.6900.02233.2796.0860
Hex374DFB4E4502e9603c
Octal671153731161050235114074
Binary11011110011011111101110011101000101010111010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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