#6450FC

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

Shades of Neon Blue #6450FC

Tints of Neon Blue #6450FC

Color information

#6450FC (or 0x6450FC) is unknown color: approx Neon Blue. HEX triplet: 64, 50 and FC. RGB value is (100,80,252). Sum of RGB (Red+Green+Blue) = 100+80+252=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #6450FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6450FC is #9BAF03. Grayscale: #686868. Windows color (decimal): -10202884 or 16535652. OLE color: 16535652.

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

Color convert

RGB10080252-
CMYK0.600.6800.01
HSL246.98º96.63%65.1%-
HSV(B)246.98º68.25%98.82%-
XYZ25.6915.4793.73-
YUV105.59210.63124.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 252 (98.83% from 255) = 58.33%
R=23.15%
G=18.52%
B=58.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100802520.600.6800.01246.9896.6365.1
Hex6450FC3C4401f76141
Octal1441203747410401367141101
Binary11001001010000111111001111001000100011111011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6450FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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