Html Css Color HEX #3A3EEE Neon Blue

📋 copy color: '#3A3EEE'

red 58 ◦ green 62 ◦ blue 238

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

Shades of Neon Blue #3A3EEE

Tints of Neon Blue #3A3EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.32%

 BLUE value IS 238 (93.36% from 255) = 66.48%

R = 16.2%
G = 17.32%
B = 66.48%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3A3EEE (or 0x3A3EEE) is known color: Neon Blue. HEX triplet: 3A, 3E and EE. RGB value is (58,62,238). Sum of RGB (Red+Green+Blue) = 58+62+238=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #3A3EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A3EEE is #C5C111. Grayscale: #505050. Windows color (decimal): -12960018 or 15613498. OLE color: 15613498.

HSL color Cylindrical-coordinate representation of color #3A3EEE: hue angle of 238.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A3EEE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 62 238 -
CMYK 0.76 0.74 0 0.07
HSL 238.67º 0.84% 0.58% -
HSV(B) 238.67º 0.76% 0.93% -
XYZ 18.9 10.52 81.92 -
YUV 80.87 216.67 111.69 -
System Red Green Blue C M Y K H S L
Decimal 58 62 238 0.76 0.74 0 0.07 238.67 0.84 0.58
Hex 3A 3E EE 4C 4A 0 7 EF 54 3A
Octal 72 76 356 114 112 0 7 357 124 72
Binary 111010 111110 11101110 1001100 1001010 0 111 11101111 1010100 111010

Color Harmonies of #3A3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3EEE

Black with #3A3EEE

Text Example


Text Example

White with #3A3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,62,238); }

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

background-color css

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

 a { background-color: rgb(58,62,238); }

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

border-color css

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

 span { border-color: rgb(58,62,238); }

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