Html Css Color HEX #4853FF Neon Blue

📋 copy color: '#4853FF'

red 72 ◦ green 83 ◦ blue 255

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

Shades of Neon Blue #4853FF

Tints of Neon Blue #4853FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.24%

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

R = 17.56%
G = 20.24%
B = 62.2%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4853FF (or 0x4853FF) is known color: Neon Blue. HEX triplet: 48, 53 and FF. RGB value is (72,83,255). Sum of RGB (Red+Green+Blue) = 72+83+255=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #4853FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4853FF is #B7AC00. Grayscale: #626262. Windows color (decimal): -12037121 or 16733000. OLE color: 16733000.

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

Color convert

RGB 72 83 255 -
CMYK 0.72 0.67 0 0
HSL 236.39º 1% 0.64% -
HSV(B) 236.39º 0.72% 1% -
XYZ 23.82 14.78 96.21 -
YUV 99.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 72 83 255 0.72 0.67 0 0 236.39 1 0.64
Hex 48 53 FF 48 43 0 0 EC 64 40
Octal 110 123 377 110 103 0 0 354 144 100
Binary 1001000 1010011 11111111 1001000 1000011 0 0 11101100 1100100 1000000

Color Harmonies of #4853FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4853FF

Black with #4853FF

Text Example


Text Example

White with #4853FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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