Html Css Color HEX #603EF3 Neon Blue

📋 copy color: '#603EF3'

red 96 ◦ green 62 ◦ blue 243

#603EF3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #603EF3

Tints of Neon Blue #603EF3

RGB

 RED value IS 96 (37.89% from 255) = 23.94%

 GREEN value IS 62 (24.61% from 255) = 15.46%

 BLUE value IS 243 (95.31% from 255) = 60.6%

R = 23.94%
G = 15.46%
B = 60.6%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#603EF3 (or 0x603EF3) is known color: Neon Blue. HEX triplet: 60, 3E and F3. RGB value is (96,62,243). Sum of RGB (Red+Green+Blue) = 96+62+243=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #603EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EF3 is #9FC10C. Grayscale: #5C5C5C. Windows color (decimal): -10469645 or 15941216. OLE color: 15941216.

HSL color Cylindrical-coordinate representation of color #603EF3: hue angle of 251.27º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603EF3 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 62 243 -
CMYK 0.60 0.74 0 0.05
HSL 251.27º 0.88% 0.6% -
HSV(B) 251.27º 0.74% 0.95% -
XYZ 22.72 12.4 85.99 -
YUV 92.8 212.76 130.28 -
System Red Green Blue C M Y K H S L
Decimal 96 62 243 0.60 0.74 0 0.05 251.27 0.88 0.6
Hex 60 3E F3 3C 4A 0 5 FB 58 3C
Octal 140 76 363 74 112 0 5 373 130 74
Binary 1100000 111110 11110011 111100 1001010 0 101 11111011 1011000 111100

Color Harmonies of #603EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EF3

Black with #603EF3

Text Example


Text Example

White with #603EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #603EF3;
 }
 .AnyTagClassName
 {
   color: #603EF3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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