#4835FD

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

Shades of Neon Blue #4835FD

Tints of Neon Blue #4835FD

Color information

#4835FD (or 0x4835FD) is unknown color: approx Neon Blue. HEX triplet: 48, 35 and FD. RGB value is (72,53,253). Sum of RGB (Red+Green+Blue) = 72+53+253=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #4835FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4835FD is #B7CA02. Grayscale: #505050. Windows color (decimal): -12044803 or 16594248. OLE color: 16594248.

HSL color Cylindrical-coordinate representation of color #4835FD: hue angle of 245.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4835FD is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7253253-
CMYK0.720.7900.01
HSL245.7º98.04%60%-
HSV(B)245.7º79.05%99.22%-
XYZ21.6811.0293.91-
YUV81.48224.79121.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.05%
GREEN value IS 53 (21.09% from 255) = 14.02%
BLUE value IS 253 (99.22% from 255) = 66.93%
R=19.05%
G=14.02%
B=66.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72532530.720.7900.01245.798.0460
Hex4835FD484F01f6623c
Octal110653751101170136614274
Binary1001000110101111111011001000100111101111101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4835FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4835FD; }

 p { color: rgb(72,53,253); }

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

<style>
 a { background-color: #4835FD; }

 a { background-color: rgb(72,53,253); }

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

<style>
 span { border-color: #4835FD; }

 span { border-color: rgb(72,53,253); }

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