#374EFC

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

Shades of Neon Blue #374EFC

Tints of Neon Blue #374EFC

Color information

#374EFC (or 0x374EFC) is unknown color: approx Neon Blue. HEX triplet: 37, 4E and FC. RGB value is (55,78,252). Sum of RGB (Red+Green+Blue) = 55+78+252=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #374EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EFC is #C8B103. Grayscale: #5A5A5A. Windows color (decimal): -13152516 or 16535095. OLE color: 16535095.

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

Color convert

RGB5578252-
CMYK0.780.6900.01
HSL232.99º97.04%60.2%-
HSV(B)232.99º78.17%98.82%-
XYZ21.8713.2993.51-
YUV90.96218.88102.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.29%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 252 (98.83% from 255) = 65.45%
R=14.29%
G=20.26%
B=65.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal55782520.780.6900.01232.9997.0460.2
Hex374EFC4E4501e9613c
Octal671163741161050135114174
Binary1101111001110111111001001110100010101111010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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