#2837FE

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

Shades of Neon Blue #2837FE

Tints of Neon Blue #2837FE

Color information

#2837FE (or 0x2837FE) is unknown color: approx Neon Blue. HEX triplet: 28, 37 and FE. RGB value is (40,55,254). Sum of RGB (Red+Green+Blue) = 40+55+254=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #2837FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2837FE is #D7C801. Grayscale: #484848. Windows color (decimal): -14141442 or 16660264. OLE color: 16660264.

HSL color Cylindrical-coordinate representation of color #2837FE: hue angle of 235.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2837FE is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4055254-
CMYK0.840.7800.00
HSL235.79º99.07%57.65%-
HSV(B)235.79º84.25%99.61%-
XYZ20.1310.3494.7-
YUV73.2230.03104.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.46%
GREEN value IS 55 (21.88% from 255) = 15.76%
BLUE value IS 254 (99.61% from 255) = 72.78%
R=11.46%
G=15.76%
B=72.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal40552540.840.7800.00235.7999.0757.65
Hex2837FE544E00ec633a
Octal50673761241160035414372
Binary101000110111111111101010100100111000111011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2837FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2837FE; }

 p { color: rgb(40,55,254); }

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

<style>
 a { background-color: #2837FE; }

 a { background-color: rgb(40,55,254); }

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

<style>
 span { border-color: #2837FE; }

 span { border-color: rgb(40,55,254); }

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