#6251FA

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

Shades of Neon Blue #6251FA

Tints of Neon Blue #6251FA

Color information

#6251FA (or 0x6251FA) is unknown color: approx Neon Blue. HEX triplet: 62, 51 and FA. RGB value is (98,81,250). Sum of RGB (Red+Green+Blue) = 98+81+250=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #6251FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6251FA is #9DAE05. Grayscale: #686868. Windows color (decimal): -10333702 or 16404834. OLE color: 16404834.

HSL color Cylindrical-coordinate representation of color #6251FA: hue angle of 246.04º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6251FA is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9881250-
CMYK0.610.6800.02
HSL246.04º94.41%64.9%-
HSV(B)246.04º67.6%98.04%-
XYZ25.2315.3892.08-
YUV105.35209.63122.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.84%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 250 (98.05% from 255) = 58.28%
R=22.84%
G=18.88%
B=58.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal98812500.610.6800.02246.0494.4164.9
Hex6251FA3D4402f65e41
Octal1421213727510402366136101
Binary110001010100011111101011110110001000101111011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6251FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6251FA; }

 p { color: rgb(98,81,250); }

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

<style>
 a { background-color: #6251FA; }

 a { background-color: rgb(98,81,250); }

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

<style>
 span { border-color: #6251FA; }

 span { border-color: rgb(98,81,250); }

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