Html Css Color HEX #4868FF Neon Blue

📋 copy color: '#4868FF'

red 72 ◦ green 104 ◦ blue 255

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

Shades of Neon Blue #4868FF

Tints of Neon Blue #4868FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

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

R = 16.71%
G = 24.13%
B = 59.16%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4868FF (or 0x4868FF) is known color: Neon Blue. HEX triplet: 48, 68 and FF. RGB value is (72,104,255). Sum of RGB (Red+Green+Blue) = 72+104+255=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #4868FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4868FF is #B79700. Grayscale: #6F6F6F. Windows color (decimal): -12031745 or 16738376. OLE color: 16738376.

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

Color convert

RGB 72 104 255 -
CMYK 0.72 0.59 0 0
HSL 229.51º 1% 0.64% -
HSV(B) 229.51º 0.72% 1% -
XYZ 25.67 18.5 96.83 -
YUV 111.65 208.9 99.72 -
System Red Green Blue C M Y K H S L
Decimal 72 104 255 0.72 0.59 0 0 229.51 1 0.64
Hex 48 68 FF 48 3B 0 0 E6 64 40
Octal 110 150 377 110 73 0 0 346 144 100
Binary 1001000 1101000 11111111 1001000 111011 0 0 11100110 1100100 1000000

Color Harmonies of #4868FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4868FF

Black with #4868FF

Text Example


Text Example

White with #4868FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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