#3750FF

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

Shades of Neon Blue #3750FF

Tints of Neon Blue #3750FF

Color information

#3750FF (or 0x3750FF) is unknown color: approx Neon Blue. HEX triplet: 37, 50 and FF. RGB value is (55,80,255). Sum of RGB (Red+Green+Blue) = 55+80+255=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #3750FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3750FF is #C8AF00. Grayscale: #5B5B5B. Windows color (decimal): -13152001 or 16732215. OLE color: 16732215.

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

Color convert

RGB5580255-
CMYK0.780.6900
HSL232.5º100%60.78%-
HSV(B)232.5º78.43%100%-
XYZ22.4913.7796.08-
YUV92.48219.72101.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.10%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 255 (100% from 255) = 65.38%
R=14.10%
G=20.51%
B=65.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal55802550.780.6900232.510060.78
Hex3750FF4E4500e8643d
Octal671203771161050035014475
Binary1101111010000111111111001110100010100111010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3750FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3750FF; }

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

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

<style>
 a { background-color: #3750FF; }

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

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

<style>
 span { border-color: #3750FF; }

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

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