Html Css Color HEX #603EF0 Neon Blue

📋 copy color: '#603EF0'

red 96 ◦ green 62 ◦ blue 240

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

Shades of Neon Blue #603EF0

Tints of Neon Blue #603EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 60.3%

R = 24.12%
G = 15.58%
B = 60.3%

CMYK

 C value IS 0.6

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#603EF0 (or 0x603EF0) is known color: Neon Blue. HEX triplet: 60, 3E and F0. RGB value is (96,62,240). Sum of RGB (Red+Green+Blue) = 96+62+240=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #603EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EF0 is #9FC10F. Grayscale: #5B5B5B. Windows color (decimal): -10469648 or 15744608. OLE color: 15744608.

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

Color convert

RGB 96 62 240 -
CMYK 0.6 0.74 0 0.06
HSL 251.46º 0.86% 0.59% -
HSV(B) 251.46º 0.74% 0.94% -
XYZ 22.27 12.22 83.62 -
YUV 92.46 211.26 130.53 -
System Red Green Blue C M Y K H S L
Decimal 96 62 240 0.6 0.74 0 0.06 251.46 0.86 0.59
Hex 60 3E F0 3C 4A 0 6 FB 56 3B
Octal 140 76 360 74 112 0 6 373 126 73
Binary 1100000 111110 11110000 111100 1001010 0 110 11111011 1010110 111011

Color Harmonies of #603EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EF0

Black with #603EF0

Text Example


Text Example

White with #603EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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