#6238FD

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

Shades of Neon Blue #6238FD

Tints of Neon Blue #6238FD

Color information

#6238FD (or 0x6238FD) is unknown color: approx Neon Blue. HEX triplet: 62, 38 and FD. RGB value is (98,56,253). Sum of RGB (Red+Green+Blue) = 98+56+253=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #6238FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6238FD is #9DC702. Grayscale: #5A5A5A. Windows color (decimal): -10340099 or 16595042. OLE color: 16595042.

HSL color Cylindrical-coordinate representation of color #6238FD: hue angle of 252.79º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6238FD is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9856253-
CMYK0.610.7800.01
HSL252.79º98.01%60.59%-
HSV(B)252.79º77.87%99.22%-
XYZ24.1812.5294.07-
YUV91.02219.41132.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.08%
GREEN value IS 56 (22.27% from 255) = 13.76%
BLUE value IS 253 (99.22% from 255) = 62.16%
R=24.08%
G=13.76%
B=62.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal98562530.610.7800.01252.7998.0160.59
Hex6238FD3D4E01fd623d
Octal14270375751160137514275
Binary110001011100011111101111101100111001111111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6238FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6238FD; }

 p { color: rgb(98,56,253); }

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

<style>
 a { background-color: #6238FD; }

 a { background-color: rgb(98,56,253); }

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

<style>
 span { border-color: #6238FD; }

 span { border-color: rgb(98,56,253); }

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