#4833F1

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

Shades of Neon Blue #4833F1

Tints of Neon Blue #4833F1

Color information

#4833F1 (or 0x4833F1) is unknown color: approx Neon Blue. HEX triplet: 48, 33 and F1. RGB value is (72,51,241). Sum of RGB (Red+Green+Blue) = 72+51+241=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 241 (94.53% from 255 or 66.21% from 364); Max value from RGB is 241 - color contains mainly: blue. Hex color #4833F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4833F1 is #B7CC0E. Grayscale: #4E4E4E. Windows color (decimal): -12045327 or 15807304. OLE color: 15807304.

HSL color Cylindrical-coordinate representation of color #4833F1: hue angle of 246.63º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4833F1 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7251241-
CMYK0.700.7900.05
HSL246.63º87.16%57.25%-
HSV(B)246.63º78.84%94.51%-
XYZ19.7310.184.13-
YUV78.94219.46123.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 241 (94.53% from 255) = 66.21%
R=19.78%
G=14.01%
B=66.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72512410.700.7900.05246.6387.1657.25
Hex4833F1464F05f75739
Octal110633611061170536712771
Binary100100011001111110001100011010011110101111101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4833F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4833F1; }

 p { color: rgb(72,51,241); }

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

<style>
 a { background-color: #4833F1; }

 a { background-color: rgb(72,51,241); }

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

<style>
 span { border-color: #4833F1; }

 span { border-color: rgb(72,51,241); }

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