Html Css Color HEX #4835FF Neon Blue

📋 copy color: '#4835FF'

red 72 ◦ green 53 ◦ blue 255

#4835FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4835FF

Tints of Neon Blue #4835FF

RGB

 RED value IS 72 (28.52% from 255) = 18.95%

 GREEN value IS 53 (21.09% from 255) = 13.95%

 BLUE value IS 255 (100% from 255) = 67.11%

R = 18.95%
G = 13.95%
B = 67.11%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4835FF (or 0x4835FF) is known color: Neon Blue. HEX triplet: 48, 35 and FF. RGB value is (72,53,255). Sum of RGB (Red+Green+Blue) = 72+53+255=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #4835FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4835FF is #B7CA00. Grayscale: #505050. Windows color (decimal): -12044801 or 16725320. OLE color: 16725320.

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

Color convert

RGB 72 53 255 -
CMYK 0.72 0.79 0 0
HSL 245.64º 1% 0.6% -
HSV(B) 245.64º 0.79% 1% -
XYZ 22 11.14 95.6 -
YUV 81.71 225.79 121.07 -
System Red Green Blue C M Y K H S L
Decimal 72 53 255 0.72 0.79 0 0 245.64 1 0.6
Hex 48 35 FF 48 4F 0 0 F6 64 3C
Octal 110 65 377 110 117 0 0 366 144 74
Binary 1001000 110101 11111111 1001000 1001111 0 0 11110110 1100100 111100

Color Harmonies of #4835FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4835FF

Black with #4835FF

Text Example


Text Example

White with #4835FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4835FF;
 }
 .AnyTagClassName
 {
   color: #4835FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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