#374FFC

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

Shades of Neon Blue #374FFC

Tints of Neon Blue #374FFC

Color information

#374FFC (or 0x374FFC) is unknown color: approx Neon Blue. HEX triplet: 37, 4F and FC. RGB value is (55,79,252). Sum of RGB (Red+Green+Blue) = 55+79+252=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #374FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374FFC is #C8B003. Grayscale: #5A5A5A. Windows color (decimal): -13152260 or 16535351. OLE color: 16535351.

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

Color convert

RGB5579252-
CMYK0.780.6900.01
HSL232.69º97.04%60.2%-
HSV(B)232.69º78.17%98.82%-
XYZ21.9413.4393.53-
YUV91.55218.55101.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.25%
GREEN value IS 79 (31.25% from 255) = 20.47%
BLUE value IS 252 (98.83% from 255) = 65.28%
R=14.25%
G=20.47%
B=65.28%

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
Decimal55792520.780.6900.01232.6997.0460.2
Hex374FFC4E4501e9613c
Octal671173741161050135114174
Binary1101111001111111111001001110100010101111010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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