Html Css Color HEX #603CFA Neon Blue

📋 copy color: '#603CFA'

red 96 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #603CFA

Tints of Neon Blue #603CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.78%

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 23.65%
G = 14.78%
B = 61.58%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#603CFA (or 0x603CFA) is known color: Neon Blue. HEX triplet: 60, 3C and FA. RGB value is (96,60,250). Sum of RGB (Red+Green+Blue) = 96+60+250=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #603CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CFA is #9FC305. Grayscale: #5B5B5B. Windows color (decimal): -10470150 or 16399456. OLE color: 16399456.

HSL color Cylindrical-coordinate representation of color #603CFA: hue angle of 251.37º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #603CFA is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 60 250 -
CMYK 0.62 0.76 0 0.02
HSL 251.37º 0.95% 0.61% -
HSV(B) 251.37º 0.76% 0.98% -
XYZ 23.7 12.62 91.63 -
YUV 92.42 216.93 130.55 -
System Red Green Blue C M Y K H S L
Decimal 96 60 250 0.62 0.76 0 0.02 251.37 0.95 0.61
Hex 60 3C FA 3E 4C 0 2 FB 5F 3D
Octal 140 74 372 76 114 0 2 373 137 75
Binary 1100000 111100 11111010 111110 1001100 0 10 11111011 1011111 111101

Color Harmonies of #603CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CFA

Black with #603CFA

Text Example


Text Example

White with #603CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,60,250); }

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

background-color css

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

 a { background-color: rgb(96,60,250); }

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

border-color css

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

 span { border-color: rgb(96,60,250); }

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