Html Css Color HEX #603EF1 Neon Blue

📋 copy color: '#603EF1'

red 96 ◦ green 62 ◦ blue 241

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

Shades of Neon Blue #603EF1

Tints of Neon Blue #603EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.4%

R = 24.06%
G = 15.54%
B = 60.4%

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

#603EF1 (or 0x603EF1) is known color: Neon Blue. HEX triplet: 60, 3E and F1. RGB value is (96,62,241). Sum of RGB (Red+Green+Blue) = 96+62+241=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #603EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EF1 is #9FC10E. Grayscale: #5B5B5B. Windows color (decimal): -10469647 or 15810144. OLE color: 15810144.

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

Color convert

RGB 96 62 241 -
CMYK 0.60 0.74 0 0.05
HSL 251.4º 0.86% 0.59% -
HSV(B) 251.4º 0.74% 0.95% -
XYZ 22.42 12.28 84.41 -
YUV 92.57 211.76 130.45 -
System Red Green Blue C M Y K H S L
Decimal 96 62 241 0.60 0.74 0 0.05 251.4 0.86 0.59
Hex 60 3E F1 3C 4A 0 5 FB 56 3B
Octal 140 76 361 74 112 0 5 373 126 73
Binary 1100000 111110 11110001 111100 1001010 0 101 11111011 1010110 111011

Color Harmonies of #603EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EF1

Black with #603EF1

Text Example


Text Example

White with #603EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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