Html Css Color HEX #603FFA Neon Blue

📋 copy color: '#603FFA'

red 96 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #603FFA

Tints of Neon Blue #603FFA

RGB

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

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

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

R = 23.47%
G = 15.4%
B = 61.12%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#603FFA (or 0x603FFA) is known color: Neon Blue. HEX triplet: 60, 3F and FA. RGB value is (96,63,250). Sum of RGB (Red+Green+Blue) = 96+63+250=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #603FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FFA is #9FC005. Grayscale: #5D5D5D. Windows color (decimal): -10469382 or 16400224. OLE color: 16400224.

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

Color convert

RGB 96 63 250 -
CMYK 0.62 0.75 0 0.02
HSL 250.59º 0.95% 0.61% -
HSV(B) 250.59º 0.75% 0.98% -
XYZ 23.86 12.94 91.68 -
YUV 94.19 215.93 129.29 -
System Red Green Blue C M Y K H S L
Decimal 96 63 250 0.62 0.75 0 0.02 250.59 0.95 0.61
Hex 60 3F FA 3E 4B 0 2 FB 5F 3D
Octal 140 77 372 76 113 0 2 373 137 75
Binary 1100000 111111 11111010 111110 1001011 0 10 11111011 1011111 111101

Color Harmonies of #603FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FFA

Black with #603FFA

Text Example


Text Example

White with #603FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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