#374BFC

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

Shades of Neon Blue #374BFC

Tints of Neon Blue #374BFC

Color information

#374BFC (or 0x374BFC) is unknown color: approx Neon Blue. HEX triplet: 37, 4B and FC. RGB value is (55,75,252). Sum of RGB (Red+Green+Blue) = 55+75+252=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #374BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374BFC is #C8B403. Grayscale: #585858. Windows color (decimal): -13153284 or 16534327. OLE color: 16534327.

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

Color convert

RGB5575252-
CMYK0.780.7000.01
HSL233.91º97.04%60.2%-
HSV(B)233.91º78.17%98.82%-
XYZ21.6612.8793.44-
YUV89.2219.87103.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.40%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 252 (98.83% from 255) = 65.97%
R=14.40%
G=19.63%
B=65.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal55752520.780.7000.01233.9197.0460.2
Hex374BFC4E4601ea613c
Octal671133741161060135214174
Binary1101111001011111111001001110100011001111010101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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