Html Css Color HEX #3B38FF Neon Blue

📋 copy color: '#3B38FF'

red 59 ◦ green 56 ◦ blue 255

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

Shades of Neon Blue #3B38FF

Tints of Neon Blue #3B38FF

RGB

 RED value IS 59 (23.44% from 255) = 15.95%

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

 BLUE value IS 255 (100% from 255) = 68.92%

R = 15.95%
G = 15.14%
B = 68.92%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3B38FF (or 0x3B38FF) is known color: Neon Blue. HEX triplet: 3B, 38 and FF. RGB value is (59,56,255). Sum of RGB (Red+Green+Blue) = 59+56+255=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B38FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B38FF is #C4C700. Grayscale: #4E4E4E. Windows color (decimal): -12896001 or 16726075. OLE color: 16726075.

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

Color convert

RGB 59 56 255 -
CMYK 0.77 0.78 0 0
HSL 240.9º 1% 0.61% -
HSV(B) 240.9º 0.78% 1% -
XYZ 21.27 10.98 95.61 -
YUV 79.58 226.99 113.32 -
System Red Green Blue C M Y K H S L
Decimal 59 56 255 0.77 0.78 0 0 240.9 1 0.61
Hex 3B 38 FF 4D 4E 0 0 F1 64 3D
Octal 73 70 377 115 116 0 0 361 144 75
Binary 111011 111000 11111111 1001101 1001110 0 0 11110001 1100100 111101

Color Harmonies of #3B38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B38FF

Black with #3B38FF

Text Example


Text Example

White with #3B38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,255); }

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

background-color css

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

 a { background-color: rgb(59,56,255); }

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

border-color css

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

 span { border-color: rgb(59,56,255); }

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