#2B55FF

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

Shades of Neon Blue #2B55FF

Tints of Neon Blue #2B55FF

Color information

#2B55FF (or 0x2B55FF) is unknown color: approx Neon Blue. HEX triplet: 2B, 55 and FF. RGB value is (43,85,255). Sum of RGB (Red+Green+Blue) = 43+85+255=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B55FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B55FF is #D4AA00. Grayscale: #5B5B5B. Windows color (decimal): -13937153 or 16733483. OLE color: 16733483.

HSL color Cylindrical-coordinate representation of color #2B55FF: hue angle of 228.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B55FF is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4385255-
CMYK0.830.6700
HSL228.11º100%58.43%-
HSV(B)228.11º83.14%100%-
XYZ22.2914.2396.18-
YUV91.82220.0993.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.23%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 255 (100% from 255) = 66.58%
R=11.23%
G=22.19%
B=66.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal43852550.830.6700228.1110058.43
Hex2B55FF534300e4643a
Octal531253771231030034414472
Binary1010111010101111111111010011100001100111001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B55FF; }

 p { color: rgb(43,85,255); }

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

<style>
 a { background-color: #2B55FF; }

 a { background-color: rgb(43,85,255); }

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

<style>
 span { border-color: #2B55FF; }

 span { border-color: rgb(43,85,255); }

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