Html Css Color HEX #3A38FC Neon Blue

📋 copy color: '#3A38FC'

red 58 ◦ green 56 ◦ blue 252

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

Shades of Neon Blue #3A38FC

Tints of Neon Blue #3A38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 15.85%
G = 15.3%
B = 68.85%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A38FC (or 0x3A38FC) is known color: Neon Blue. HEX triplet: 3A, 38 and FC. RGB value is (58,56,252). Sum of RGB (Red+Green+Blue) = 58+56+252=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A38FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A38FC is #C5C703. Grayscale: #4E4E4E. Windows color (decimal): -12961540 or 16529466. OLE color: 16529466.

HSL color Cylindrical-coordinate representation of color #3A38FC: hue angle of 240.61º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A38FC is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 56 252 -
CMYK 0.77 0.78 0 0.01
HSL 240.61º 0.97% 0.6% -
HSV(B) 240.61º 0.78% 0.99% -
XYZ 20.73 10.76 93.08 -
YUV 78.94 225.66 113.06 -
System Red Green Blue C M Y K H S L
Decimal 58 56 252 0.77 0.78 0 0.01 240.61 0.97 0.6
Hex 3A 38 FC 4D 4E 0 1 F1 61 3C
Octal 72 70 374 115 116 0 1 361 141 74
Binary 111010 111000 11111100 1001101 1001110 0 1 11110001 1100001 111100

Color Harmonies of #3A38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A38FC

Black with #3A38FC

Text Example


Text Example

White with #3A38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,56,252); }

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

background-color css

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

 a { background-color: rgb(58,56,252); }

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

border-color css

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

 span { border-color: rgb(58,56,252); }

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