Html Css Color HEX #3A4EFB Neon Blue

📋 copy color: '#3A4EFB'

red 58 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #3A4EFB

Tints of Neon Blue #3A4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.16%

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

R = 14.99%
G = 20.16%
B = 64.86%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A4EFB (or 0x3A4EFB) is known color: Neon Blue. HEX triplet: 3A, 4E and FB. RGB value is (58,78,251). Sum of RGB (Red+Green+Blue) = 58+78+251=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A4EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A4EFB is #C5B104. Grayscale: #5B5B5B. Windows color (decimal): -12955909 or 16469562. OLE color: 16469562.

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

Color convert

RGB 58 78 251 -
CMYK 0.77 0.69 0 0.02
HSL 233.78º 0.96% 0.61% -
HSV(B) 233.78º 0.77% 0.98% -
XYZ 21.88 13.31 92.68 -
YUV 91.74 217.87 103.93 -
System Red Green Blue C M Y K H S L
Decimal 58 78 251 0.77 0.69 0 0.02 233.78 0.96 0.61
Hex 3A 4E FB 4D 45 0 2 EA 60 3D
Octal 72 116 373 115 105 0 2 352 140 75
Binary 111010 1001110 11111011 1001101 1000101 0 10 11101010 1100000 111101

Color Harmonies of #3A4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4EFB

Black with #3A4EFB

Text Example


Text Example

White with #3A4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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