Html Css Color HEX #3A4CFB Neon Blue

📋 copy color: '#3A4CFB'

red 58 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #3A4CFB

Tints of Neon Blue #3A4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

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

R = 15.06%
G = 19.74%
B = 65.19%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A4CFB (or 0x3A4CFB) is known color: Neon Blue. HEX triplet: 3A, 4C and FB. RGB value is (58,76,251). Sum of RGB (Red+Green+Blue) = 58+76+251=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A4CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A4CFB is #C5B304. Grayscale: #595959. Windows color (decimal): -12956421 or 16469050. OLE color: 16469050.

HSL color Cylindrical-coordinate representation of color #3A4CFB: hue angle of 234.4º 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 #3A4CFB is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 76 251 -
CMYK 0.77 0.70 0 0.02
HSL 234.4º 0.96% 0.61% -
HSV(B) 234.4º 0.77% 0.98% -
XYZ 21.74 13.03 92.64 -
YUV 90.57 218.54 104.77 -
System Red Green Blue C M Y K H S L
Decimal 58 76 251 0.77 0.70 0 0.02 234.4 0.96 0.61
Hex 3A 4C FB 4D 46 0 2 EA 60 3D
Octal 72 114 373 115 106 0 2 352 140 75
Binary 111010 1001100 11111011 1001101 1000110 0 10 11101010 1100000 111101

Color Harmonies of #3A4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4CFB

Black with #3A4CFB

Text Example


Text Example

White with #3A4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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