#6342FC

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

Shades of Neon Blue #6342FC

Tints of Neon Blue #6342FC

Color information

#6342FC (or 0x6342FC) is unknown color: approx Neon Blue. HEX triplet: 63, 42 and FC. RGB value is (99,66,252). Sum of RGB (Red+Green+Blue) = 99+66+252=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #6342FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6342FC is #9CBD03. Grayscale: #606060. Windows color (decimal): -10272004 or 16532067. OLE color: 16532067.

HSL color Cylindrical-coordinate representation of color #6342FC: hue angle of 250.65º 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 #6342FC is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9966252-
CMYK0.610.7400.01
HSL250.65º96.88%62.35%-
HSV(B)250.65º73.81%98.82%-
XYZ24.6613.5893.42-
YUV97.07215.43129.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 252 (98.83% from 255) = 60.43%
R=23.74%
G=15.83%
B=60.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal99662520.610.7400.01250.6596.8862.35
Hex6342FC3D4A01fb613e
Octal143102374751120137314176
Binary1100011100001011111100111101100101001111110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6342FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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