Html Css Color HEX #395DFF Neon Blue

📋 copy color: '#395DFF'

red 57 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #395DFF

Tints of Neon Blue #395DFF

RGB

 RED value IS 57 (22.66% from 255) = 14.07%

 GREEN value IS 93 (36.72% from 255) = 22.96%

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

R = 14.07%
G = 22.96%
B = 62.96%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#395DFF (or 0x395DFF) is known color: Neon Blue. HEX triplet: 39, 5D and FF. RGB value is (57,93,255). Sum of RGB (Red+Green+Blue) = 57+93+255=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #395DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395DFF is #C6A200. Grayscale: #646464. Windows color (decimal): -13017601 or 16735545. OLE color: 16735545.

HSL color Cylindrical-coordinate representation of color #395DFF: hue angle of 229.09º 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 #395DFF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 57 93 255 -
CMYK 0.78 0.64 0 0
HSL 229.09º 1% 0.61% -
HSV(B) 229.09º 0.78% 1% -
XYZ 23.65 15.92 96.43 -
YUV 100.7 215.07 96.83 -
System Red Green Blue C M Y K H S L
Decimal 57 93 255 0.78 0.64 0 0 229.09 1 0.61
Hex 39 5D FF 4E 40 0 0 E5 64 3D
Octal 71 135 377 116 100 0 0 345 144 75
Binary 111001 1011101 11111111 1001110 1000000 0 0 11100101 1100100 111101

Color Harmonies of #395DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DFF

Black with #395DFF

Text Example


Text Example

White with #395DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395DFF; }

 p { color: rgb(57,93,255); }

 H1.HeaderClassName
 {
   color: #395DFF;
 }
 .AnyTagClassName
 {
   color: #395DFF;
 }
</style>

background-color css

<style>
 a { background-color: #395DFF; }

 a { background-color: rgb(57,93,255); }

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

border-color css

<style>
 span { border-color: #395DFF; }

 span { border-color: rgb(57,93,255); }

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