Html Css Color HEX #363FFF Neon Blue

📋 copy color: '#363FFF'

red 54 ◦ green 63 ◦ blue 255

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

Shades of Neon Blue #363FFF

Tints of Neon Blue #363FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.94%

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

R = 14.52%
G = 16.94%
B = 68.55%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#363FFF (or 0x363FFF) is known color: Neon Blue. HEX triplet: 36, 3F and FF. RGB value is (54,63,255). Sum of RGB (Red+Green+Blue) = 54+63+255=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #363FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FFF is #C9C000. Grayscale: #515151. Windows color (decimal): -13221889 or 16727862. OLE color: 16727862.

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

Color convert

RGB 54 63 255 -
CMYK 0.79 0.75 0 0
HSL 237.31º 1% 0.61% -
HSV(B) 237.31º 0.79% 1% -
XYZ 21.35 11.56 95.71 -
YUV 82.2 225.52 107.89 -
System Red Green Blue C M Y K H S L
Decimal 54 63 255 0.79 0.75 0 0 237.31 1 0.61
Hex 36 3F FF 4F 4B 0 0 ED 64 3D
Octal 66 77 377 117 113 0 0 355 144 75
Binary 110110 111111 11111111 1001111 1001011 0 0 11101101 1100100 111101

Color Harmonies of #363FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FFF

Black with #363FFF

Text Example


Text Example

White with #363FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363FFF; }

 p { color: rgb(54,63,255); }

 H1.HeaderClassName
 {
   color: #363FFF;
 }
 .AnyTagClassName
 {
   color: #363FFF;
 }
</style>

background-color css

<style>
 a { background-color: #363FFF; }

 a { background-color: rgb(54,63,255); }

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

border-color css

<style>
 span { border-color: #363FFF; }

 span { border-color: rgb(54,63,255); }

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