Html Css Color HEX #3A4AFB Neon Blue

📋 copy color: '#3A4AFB'

red 58 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #3A4AFB

Tints of Neon Blue #3A4AFB

RGB

 RED value IS 58 (23.05% from 255) = 15.14%

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 15.14%
G = 19.32%
B = 65.54%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A4AFB (or 0x3A4AFB) is known color: Neon Blue. HEX triplet: 3A, 4A and FB. RGB value is (58,74,251). Sum of RGB (Red+Green+Blue) = 58+74+251=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A4AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A4AFB is #C5B504. Grayscale: #585858. Windows color (decimal): -12956933 or 16468538. OLE color: 16468538.

HSL color Cylindrical-coordinate representation of color #3A4AFB: hue angle of 235.03º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A4AFB is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 74 251 -
CMYK 0.77 0.71 0 0.02
HSL 235.03º 0.96% 0.61% -
HSV(B) 235.03º 0.77% 0.98% -
XYZ 21.61 12.76 92.59 -
YUV 89.39 219.2 105.61 -
System Red Green Blue C M Y K H S L
Decimal 58 74 251 0.77 0.71 0 0.02 235.03 0.96 0.61
Hex 3A 4A FB 4D 47 0 2 EB 60 3D
Octal 72 112 373 115 107 0 2 353 140 75
Binary 111010 1001010 11111011 1001101 1000111 0 10 11101011 1100000 111101

Color Harmonies of #3A4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4AFB

Black with #3A4AFB

Text Example


Text Example

White with #3A4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4AFB; }

 p { color: rgb(58,74,251); }

 H1.HeaderClassName
 {
   color: #3A4AFB;
 }
 .AnyTagClassName
 {
   color: #3A4AFB;
 }
</style>

background-color css

<style>
 a { background-color: #3A4AFB; }

 a { background-color: rgb(58,74,251); }

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

border-color css

<style>
 span { border-color: #3A4AFB; }

 span { border-color: rgb(58,74,251); }

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