#603EFC

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

Shades of Neon Blue #603EFC

Tints of Neon Blue #603EFC

Color information

#603EFC (or 0x603EFC) is unknown color: approx Neon Blue. HEX triplet: 60, 3E and FC. RGB value is (96,62,252). Sum of RGB (Red+Green+Blue) = 96+62+252=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #603EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EFC is #9FC103. Grayscale: #5D5D5D. Windows color (decimal): -10469636 or 16531040. OLE color: 16531040.

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

Color convert

RGB9662252-
CMYK0.620.7500.01
HSL250.74º96.94%61.57%-
HSV(B)250.74º75.4%98.82%-
XYZ24.1212.9693.33-
YUV93.83217.26129.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 62 (24.61% from 255) = 15.12%
BLUE value IS 252 (98.83% from 255) = 61.46%
R=23.41%
G=15.12%
B=61.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96622520.620.7500.01250.7496.9461.57
Hex603EFC3E4B01fb613e
Octal14076374761130137314176
Binary110000011111011111100111110100101101111110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603EFC; }

 p { color: rgb(96,62,252); }

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

<style>
 a { background-color: #603EFC; }

 a { background-color: rgb(96,62,252); }

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

<style>
 span { border-color: #603EFC; }

 span { border-color: rgb(96,62,252); }

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