Html Css Color HEX #6049FC Neon Blue

📋 copy color: '#6049FC'

red 96 ◦ green 73 ◦ blue 252

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

Shades of Neon Blue #6049FC

Tints of Neon Blue #6049FC

RGB

 RED value IS 96 (37.89% from 255) = 22.8%

 GREEN value IS 73 (28.91% from 255) = 17.34%

 BLUE value IS 252 (98.83% from 255) = 59.86%

R = 22.8%
G = 17.34%
B = 59.86%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6049FC (or 0x6049FC) is known color: Neon Blue. HEX triplet: 60, 49 and FC. RGB value is (96,73,252). Sum of RGB (Red+Green+Blue) = 96+73+252=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #6049FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6049FC is #9FB603. Grayscale: #636363. Windows color (decimal): -10466820 or 16533856. OLE color: 16533856.

HSL color Cylindrical-coordinate representation of color #6049FC: hue angle of 247.71º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6049FC is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 73 252 -
CMYK 0.62 0.71 0 0.01
HSL 247.71º 0.97% 0.64% -
HSV(B) 247.71º 0.71% 0.99% -
XYZ 24.78 14.28 93.55 -
YUV 100.28 213.62 124.95 -
System Red Green Blue C M Y K H S L
Decimal 96 73 252 0.62 0.71 0 0.01 247.71 0.97 0.64
Hex 60 49 FC 3E 47 0 1 F8 61 40
Octal 140 111 374 76 107 0 1 370 141 100
Binary 1100000 1001001 11111100 111110 1000111 0 1 11111000 1100001 1000000

Color Harmonies of #6049FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049FC

Black with #6049FC

Text Example


Text Example

White with #6049FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6049FC; }

 p { color: rgb(96,73,252); }

 H1.HeaderClassName
 {
   color: #6049FC;
 }
 .AnyTagClassName
 {
   color: #6049FC;
 }
</style>

background-color css

<style>
 a { background-color: #6049FC; }

 a { background-color: rgb(96,73,252); }

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

border-color css

<style>
 span { border-color: #6049FC; }

 span { border-color: rgb(96,73,252); }

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