Html Css Color HEX #365DFE Neon Blue

📋 copy color: '#365DFE'

red 54 ◦ green 93 ◦ blue 254

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

Shades of Neon Blue #365DFE

Tints of Neon Blue #365DFE

RGB

 RED value IS 54 (21.48% from 255) = 13.47%

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

 BLUE value IS 254 (99.61% from 255) = 63.34%

R = 13.47%
G = 23.19%
B = 63.34%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#365DFE (or 0x365DFE) is known color: Neon Blue. HEX triplet: 36, 5D and FE. RGB value is (54,93,254). Sum of RGB (Red+Green+Blue) = 54+93+254=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #365DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DFE is #C9A201. Grayscale: #636363. Windows color (decimal): -13214210 or 16670006. OLE color: 16670006.

HSL color Cylindrical-coordinate representation of color #365DFE: hue angle of 228.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365DFE is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 93 254 -
CMYK 0.79 0.63 0 0.00
HSL 228.3º 0.99% 0.6% -
HSV(B) 228.3º 0.79% 1% -
XYZ 23.33 15.77 95.58 -
YUV 99.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 54 93 254 0.79 0.63 0 0.00 228.3 0.99 0.6
Hex 36 5D FE 4F 3F 0 0 E4 63 3C
Octal 66 135 376 117 77 0 0 344 143 74
Binary 110110 1011101 11111110 1001111 111111 0 0 11100100 1100011 111100

Color Harmonies of #365DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DFE

Black with #365DFE

Text Example


Text Example

White with #365DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365DFE; }

 p { color: rgb(54,93,254); }

 H1.HeaderClassName
 {
   color: #365DFE;
 }
 .AnyTagClassName
 {
   color: #365DFE;
 }
</style>

background-color css

<style>
 a { background-color: #365DFE; }

 a { background-color: rgb(54,93,254); }

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

border-color css

<style>
 span { border-color: #365DFE; }

 span { border-color: rgb(54,93,254); }

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