Html Css Color HEX #4855FF Neon Blue

📋 copy color: '#4855FF'

red 72 ◦ green 85 ◦ blue 255

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

Shades of Neon Blue #4855FF

Tints of Neon Blue #4855FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.63%

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

R = 17.48%
G = 20.63%
B = 61.89%

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

#4855FF (or 0x4855FF) is known color: Neon Blue. HEX triplet: 48, 55 and FF. RGB value is (72,85,255). Sum of RGB (Red+Green+Blue) = 72+85+255=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #4855FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4855FF is #B7AA00. Grayscale: #636363. Windows color (decimal): -12036609 or 16733512. OLE color: 16733512.

HSL color Cylindrical-coordinate representation of color #4855FF: hue angle of 235.74º 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 #4855FF is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 85 255 -
CMYK 0.72 0.67 0 0
HSL 235.74º 1% 0.64% -
HSV(B) 235.74º 0.72% 1% -
XYZ 23.97 15.09 96.26 -
YUV 100.49 215.19 107.68 -
System Red Green Blue C M Y K H S L
Decimal 72 85 255 0.72 0.67 0 0 235.74 1 0.64
Hex 48 55 FF 48 43 0 0 EC 64 40
Octal 110 125 377 110 103 0 0 354 144 100
Binary 1001000 1010101 11111111 1001000 1000011 0 0 11101100 1100100 1000000

Color Harmonies of #4855FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4855FF

Black with #4855FF

Text Example


Text Example

White with #4855FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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