Html Css Color HEX #603FF0 Neon Blue

📋 copy color: '#603FF0'

red 96 ◦ green 63 ◦ blue 240

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

Shades of Neon Blue #603FF0

Tints of Neon Blue #603FF0

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

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

R = 24.06%
G = 15.79%
B = 60.15%

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

#603FF0 (or 0x603FF0) is known color: Neon Blue. HEX triplet: 60, 3F and F0. RGB value is (96,63,240). Sum of RGB (Red+Green+Blue) = 96+63+240=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #603FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FF0 is #9FC00F. Grayscale: #5C5C5C. Windows color (decimal): -10469392 or 15744864. OLE color: 15744864.

HSL color Cylindrical-coordinate representation of color #603FF0: hue angle of 251.19º 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 #603FF0 is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 63 240 -
CMYK 0.6 0.74 0 0.06
HSL 251.19º 0.86% 0.59% -
HSV(B) 251.19º 0.74% 0.94% -
XYZ 22.33 12.33 83.64 -
YUV 93.05 210.93 130.11 -
System Red Green Blue C M Y K H S L
Decimal 96 63 240 0.6 0.74 0 0.06 251.19 0.86 0.59
Hex 60 3F F0 3C 4A 0 6 FB 56 3B
Octal 140 77 360 74 112 0 6 373 126 73
Binary 1100000 111111 11110000 111100 1001010 0 110 11111011 1010110 111011

Color Harmonies of #603FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FF0

Black with #603FF0

Text Example


Text Example

White with #603FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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