#6942FC

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

Shades of Neon Blue #6942FC

Tints of Neon Blue #6942FC

Color information

#6942FC (or 0x6942FC) is unknown color: approx Neon Blue. HEX triplet: 69, 42 and FC. RGB value is (105,66,252). Sum of RGB (Red+Green+Blue) = 105+66+252=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #6942FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6942FC is #96BD03. Grayscale: #626262. Windows color (decimal): -9878788 or 16532073. OLE color: 16532073.

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

Color convert

RGB10566252-
CMYK0.580.7400.01
HSL252.58º96.88%62.35%-
HSV(B)252.58º73.81%98.82%-
XYZ25.3413.9393.45-
YUV98.86214.42132.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 252 (98.83% from 255) = 59.57%
R=24.82%
G=15.60%
B=59.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal105662520.580.7400.01252.5896.8862.35
Hex6942FC3A4A01fd613e
Octal151102374721120137514176
Binary1101001100001011111100111010100101001111111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6942FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,66,252); }

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

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

 a { background-color: rgb(105,66,252); }

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

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

 span { border-color: rgb(105,66,252); }

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