#6944F8

Color #6944F8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6944F8

Tints of Neon Blue #6944F8

Color information

#6944F8 (or 0x6944F8) is unknown color: approx Neon Blue. HEX triplet: 69, 44 and F8. RGB value is (105,68,248). Sum of RGB (Red+Green+Blue) = 105+68+248=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #6944F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6944F8 is #96BB07. Grayscale: #626262. Windows color (decimal): -9878280 or 16270441. OLE color: 16270441.

HSL color Cylindrical-coordinate representation of color #6944F8: hue angle of 252.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6944F8 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10568248-
CMYK0.580.7300.03
HSL252.33º92.78%61.96%-
HSV(B)252.33º72.58%97.25%-
XYZ24.8413.9190.18-
YUV99.58211.76131.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 248 (97.27% from 255) = 58.91%
R=24.94%
G=16.15%
B=58.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal105682480.580.7300.03252.3392.7861.96
Hex6944F83A4903fc5d3e
Octal151104370721110337413576
Binary11010011000100111110001110101001001011111111001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6944F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6944F8; }

 p { color: rgb(105,68,248); }

 H1.HeaderClassName
 {
   color: #6944F8;
 }
 .AnyTagClassName
 {
   color: #6944F8;
 }
</style>
background-color css

<style>
 a { background-color: #6944F8; }

 a { background-color: rgb(105,68,248); }

 div.DivClassName
 {
   background-color: #6944F8;
 }
 .BgClassName
 {
   background-color: #6944F8;
 }
</style>
border-color css

<style>
 span { border-color: #6944F8; }

 span { border-color: rgb(105,68,248); }

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