Html Css Color HEX #6446FC Neon Blue

📋 copy color: '#6446FC'

red 100 ◦ green 70 ◦ blue 252

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

Shades of Neon Blue #6446FC

Tints of Neon Blue #6446FC

RGB

 RED value IS 100 (39.45% from 255) = 23.7%

 GREEN value IS 70 (27.73% from 255) = 16.59%

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

R = 23.7%
G = 16.59%
B = 59.72%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6446FC (or 0x6446FC) is known color: Neon Blue. HEX triplet: 64, 46 and FC. RGB value is (100,70,252). Sum of RGB (Red+Green+Blue) = 100+70+252=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #6446FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6446FC is #9BB903. Grayscale: #636363. Windows color (decimal): -10205444 or 16533092. OLE color: 16533092.

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

Color convert

RGB 100 70 252 -
CMYK 0.60 0.72 0 0.01
HSL 249.89º 0.97% 0.63% -
HSV(B) 249.89º 0.72% 0.99% -
XYZ 25.02 14.12 93.5 -
YUV 99.72 213.94 128.2 -
System Red Green Blue C M Y K H S L
Decimal 100 70 252 0.60 0.72 0 0.01 249.89 0.97 0.63
Hex 64 46 FC 3C 48 0 1 FA 61 3F
Octal 144 106 374 74 110 0 1 372 141 77
Binary 1100100 1000110 11111100 111100 1001000 0 1 11111010 1100001 111111

Color Harmonies of #6446FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6446FC

Black with #6446FC

Text Example


Text Example

White with #6446FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,70,252); }

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

background-color css

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

 a { background-color: rgb(100,70,252); }

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

border-color css

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

 span { border-color: rgb(100,70,252); }

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