#2b30f2

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

Shades of Neon Blue #2B30F2

Tints of Neon Blue #2B30F2

Color information

#2B30F2 (or 0x2B30F2) is unknown color: approx Neon Blue. HEX triplet: 2B, 30 and F2. RGB value is (43,48,242). Sum of RGB (Red+Green+Blue) = 43+48+242=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 242 (94.92% from 255 or 72.67% from 333); Max value from RGB is 242 - color contains mainly: blue. Hex color #2B30F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B30F2 is #D4CF0D. Grayscale: #434343. Windows color (decimal): -13946638 or 15872043. OLE color: 15872043.

HSL color Cylindrical-coordinate representation of color #2B30F2: hue angle of 238.49º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B30F2 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4348242-
CMYK0.820.8000.05
HSL238.49º88.44%55.88%-
HSV(B)238.49º82.23%94.9%-
XYZ18.089.0484.8-
YUV68.62225.84109.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.91%
GREEN value IS 48 (19.14% from 255) = 14.41%
BLUE value IS 242 (94.92% from 255) = 72.67%
R=12.91%
G=14.41%
B=72.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal43482420.820.8000.05238.4988.4455.88
Hex2B30F2525005ee5838
Octal53603621221200535613070
Binary10101111000011110010101001010100000101111011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b30f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,48,242); }

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

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

 a { background-color: rgb(43,48,242); }

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

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

 span { border-color: rgb(43,48,242); }

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