Html Css Color HEX #6844FC Neon Blue

📋 copy color: '#6844FC'

red 104 ◦ green 68 ◦ blue 252

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

Shades of Neon Blue #6844FC

Tints of Neon Blue #6844FC

RGB

 RED value IS 104 (41.02% from 255) = 24.53%

 GREEN value IS 68 (26.95% from 255) = 16.04%

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

R = 24.53%
G = 16.04%
B = 59.43%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6844FC (or 0x6844FC) is known color: Neon Blue. HEX triplet: 68, 44 and FC. RGB value is (104,68,252). Sum of RGB (Red+Green+Blue) = 104+68+252=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #6844FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6844FC is #97BB03. Grayscale: #636363. Windows color (decimal): -9943812 or 16532584. OLE color: 16532584.

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

Color convert

RGB 104 68 252 -
CMYK 0.59 0.73 0 0.01
HSL 251.74º 0.97% 0.63% -
HSV(B) 251.74º 0.73% 0.99% -
XYZ 25.35 14.11 93.48 -
YUV 99.74 213.93 131.04 -
System Red Green Blue C M Y K H S L
Decimal 104 68 252 0.59 0.73 0 0.01 251.74 0.97 0.63
Hex 68 44 FC 3B 49 0 1 FC 61 3F
Octal 150 104 374 73 111 0 1 374 141 77
Binary 1101000 1000100 11111100 111011 1001001 0 1 11111100 1100001 111111

Color Harmonies of #6844FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6844FC

Black with #6844FC

Text Example


Text Example

White with #6844FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,68,252); }

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

background-color css

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

 a { background-color: rgb(104,68,252); }

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

border-color css

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

 span { border-color: rgb(104,68,252); }

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