#374EFF

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

Shades of Neon Blue #374EFF

Tints of Neon Blue #374EFF

Color information

#374EFF (or 0x374EFF) is unknown color: approx Neon Blue. HEX triplet: 37, 4E and FF. RGB value is (55,78,255). Sum of RGB (Red+Green+Blue) = 55+78+255=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #374EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EFF is #C8B100. Grayscale: #5A5A5A. Windows color (decimal): -13152513 or 16731703. OLE color: 16731703.

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

Color convert

RGB5578255-
CMYK0.780.6900
HSL233.1º100%60.78%-
HSV(B)233.1º78.43%100%-
XYZ22.3513.4896.03-
YUV91.3220.38102.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.18%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 255 (100% from 255) = 65.72%
R=14.18%
G=20.10%
B=65.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal55782550.780.6900233.110060.78
Hex374EFF4E4500e9643d
Octal671163771161050035114475
Binary1101111001110111111111001110100010100111010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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